getMaxLoopIterations: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(Created page with "{{MacroFunction |name=getMaxLoopIterations |version=1.4.0 |description= Returns the max amount of loops (in {{roll|count}}, {{roll|foreach}}, {{roll|for}}, {{roll|while}}) tha...")
 
No edit summary
Line 1: Line 1:
{{MacroFunction
{{MacroFunction
|name=getMaxLoopIterations
|name=getMaxLoopIterations
|version=1.4.0
|version=1.4.0.2
|description=
|description=
Returns the max amount of loops (in {{roll|count}}, {{roll|foreach}}, {{roll|for}}, {{roll|while}}) that are allowed.
Returns the max amount of loops (in {{roll|count}}, {{roll|foreach}}, {{roll|for}}, {{roll|while}}) that are allowed.

Revision as of 08:18, 20 July 2016

getMaxLoopIterations() Function

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

Usage

getMaxLoopIterations()

Example

[r: getMaxLoopIterations()]

See Also