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