Difference between revisions of "ResetAllVariables"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Side777
imported>Low Post
(Warning according strings and arrays.)
 
Line 6: Line 6:
  | returnType = short
  | returnType = short
}}
}}
DON'T use this in scripts with string_var or array_var, because they aren't cleaned up properly.


[[Category:Functions]]
[[Category:Functions]]

Latest revision as of 14:31, 25 February 2011

< [[::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.