How to undefine a script variable ?
by Orion Elenzil · in Torque Game Engine · 05/14/2008 (2:48 pm) · 2 replies
Howdy,
does anyone know how to undefine a script variable ?
eg,
i can set $pref::myVariable to "",
but it still saves out when i export("$pref::*").
.. oh, never mind.
i think deleteVariables("$pref::myVariable") would do it.
does anyone know how to undefine a script variable ?
eg,
i can set $pref::myVariable to "",
but it still saves out when i export("$pref::*").
.. oh, never mind.
i think deleteVariables("$pref::myVariable") would do it.
About the author
Torque 3D Owner Matthew Jessick
ok
(Just checking ;) )