GetAutoMove

From the Fallout3 GECK Wiki
Revision as of 18:16, 15 February 2017 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns whether '''Auto Move''' is currently toggled. |name = GetAutoMove |returnType = autoMove:0/1 |example = set bAutoMove to GetAu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns whether Auto Move is currently toggled.

Syntax

[help]
(autoMove:0/1) GetAutoMove

Example

set bAutoMove to GetAutoMove

See Also