getMoveLock: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(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}} }}")
(No difference)

Revision as of 03:08, 19 September 2023

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() }}