ResetAllVariables

From the Fallout3 GECK Wiki
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