getMoveLock

From RPTools Wiki
Revision as of 03:08, 19 September 2023 by Taustin (talk | contribs) (Created page with "{{MacroFunction |name=getMoveLock |version=1.14.0 |description= Returns either {{true}} or {{false}} depending upon the Lock Player Movement setting. |usage= <syntaxhighlight lang="mtmacro" line> getMoveLock() </syntaxhighlight> |example= <syntaxhighlight lang="mtmacro" line> [r: getMoveLock()] </syntaxhighlight> returns true or false: <syntaxhighlight lang="mtmacro" line> true </syntaxhighlight> }} |also= {{func|setMoveLock}} }}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

getMoveLock() Function

Introduced in version 1.14.0
Returns either true(1) or false(0) depending upon the Lock Player Movement setting.

Usage

getMoveLock()

Example

[r: getMoveLock()]

returns true or false:

true

|also= setMoveLock() }}