[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
ResetAllVariables
Jump to navigation
Jump to search
< [[::Category:Functions|Category:Functions]]
A function added by the Oblivion Script Extender.
Syntax:
(numVars:short) ResetAllVariables
Sets all variables in the calling script to zero.
DON'T use this in scripts with string_var or array_var, because they aren't cleaned up properly.