ResetAllVariables

From the Fallout3 GECK Wiki
Revision as of 06:27, 6 August 2014 by imported>Odessa (+cat)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Resets the values (to zero/null) of all variables in the calling script or specifed scriptable object. Added by NVSE V4.1.

Syntax

[help]
(none) ResetAllVariables ToReset:object

Example

; * to apply to this script:

ResetAllVariables

; * To apply to another script:

ResetAllVariables MyQuest

See Also