getMaxLoopIterations: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Conversion script moved page getMaxLoopIterations to GetMaxLoopIterations without leaving a redirect: Converting page title to first-letter uppercase)
m (Conversion script moved page GetMaxLoopIterations to getMaxLoopIterations: Converting page titles to lowercase)
(No difference)

Revision as of 23:32, 9 February 2023

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