ResetAllVariables
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
(none) ResetAllVariables ToReset:object
Example
; * to apply to this script: ResetAllVariables ; * To apply to another script: ResetAllVariables MyQuest
See Also
- ResetQuest
- SetVariable (Added by NVSE 4.5.6)
- SetRefVariable (Aded by NVSE 4.5.6)