Quote:
Originally Posted by xXziroXx
Wrong. Variables/arrays disappear when set to NULL, strings disappear when set to "" (empty string), and TStaticVar's when clearVars()'ed. At least if my memory serves me right.
|
This doesn't always apply to variables when working with database npcs.
This is what
clearEmptyVars(); is good for, clearing all empty vars (0 as value for example) in the current object scope.