getMaxLoopIterations

From RPTools Wiki
Revision as of 18:32, 14 March 2023 by Taustin (talk | contribs) (Text replacement - "source>" to "syntaxhighlight>")
Jump to navigation Jump to search

getMaxLoopIterations() Function

Introduced in version 1.4.0.2
Returns the max amount of loops (in [count():], [foreach():], [for():], [while():]) that are allowed.

Usage

<source lang="mtmacro" line> getMaxLoopIterations() </syntaxhighlight>

Example

<source lang="mtmacro" line>

[r: getMaxLoopIterations()]

</syntaxhighlight>

See Also