destroy
Destroy the proximity action.
Attached to an entity
If the proximity action is attached to an entity (e.g: Object), it will be destroyed when the entity is destroyed. No need to call proximityAction.destroy()
.
Syntax
proximityAction.destroy();
Example
proximityAction.destroy();
Available on: Client