GetAlwaysRun

From the Fallout3 GECK Wiki
Revision as of 17:15, 15 February 2017 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns whether '''Always Run''' is currently toggled. |name = GetAlwaysRun |returnType = alwaysRun:0/1 |example = set bAlwaysRun to G...")
(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 Always Run is currently toggled.

Syntax

[help]
(alwaysRun:0/1) GetAlwaysRun

Example

set bAlwaysRun to GetAlwaysRun

See Also