The DeleteLocalInt() NWScript command deletes a local variable when that variable holds an integer.
It is not an error to delete a variable that does not exist.
Definition
void DeleteLocalInt (object oObject, string sVarName)
The DeleteLocalInt() NWScript command deletes a local variable when that variable holds an integer.
It is not an error to delete a variable that does not exist.
void DeleteLocalInt (object oObject, string sVarName)