getRecursionDepth: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(Created page with "{{MacroFunction |name=getRecursionDepth |version=1.4.0 |description Returns the current amount of recursive calls that are used. |usage= <source lang="mtmacro" line> getRecur...")
 
No edit summary
Line 2: Line 2:
|name=getRecursionDepth
|name=getRecursionDepth
|version=1.4.0
|version=1.4.0
|description
|description=
Returns the current amount of recursive calls that are used.
Returns the current amount of recursive calls that are used.



Revision as of 08:05, 20 July 2016

getRecursionDepth() Function

Introduced in version 1.4.0
Returns the current amount of recursive calls that are used.

Usage

getRecursionDepth()

Example

[r: getRecursionDepth()]

See Also