getMapVision

From RPTools Wiki
Revision as of 02:24, 13 December 2023 by Taustin (talk | contribs) (Created page with "{{MacroFunction |name=getMapVision |version=1.10.0 |description= Returns the current Map Vision setting. |usage= <syntaxhighlight lang="mtmacro" line> getMapVision() </syntaxhighlight> '''Parameters''' None |examples= <syntaxhighlight lang="mtmacro" line> [r:getMapVision()] </syntaxhighlight> Will return {{code|off}}, {{code|day}} or {{code|night}} |also= {{func|setMapVision}} }} Category:Map Function")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

getMapVision() Function

Introduced in version 1.10.0
Returns the current Map Vision setting.

Usage

getMapVision()

Parameters None

Examples

[r:getMapVision()]
Will return off, day or night

See Also