OV_DevirtEvent
Called when an overvehicle is devirtualized
Calling
To call this event, simply pass an Overvehicle.
OV_DevirtEvent.Call(Overvehicles.OVERWING);
Listening
You can use the LAPIListener to listen to this event.
Effects
The OV's Location will be set to APILocations.DEAD
, their HP will be reset and their Status will be set to OW_Status.DEVIRTUALIZED
Last updated
Was this helpful?