getMaxLoopIterations

From RPTools Wiki
Revision as of 08:10, 20 July 2016 by Wolph42 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

getMaxLoopIterations() Function

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

Usage

getMaxLoopIterations()

Example

[r: getMaxLoopIterations()]

See Also