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