SectorDestructionEvent

Called when a Sector is deleted

Calling

To call this event, simply pass the sector with strings, or an ISector

SectorDestructionEvent.Call("Lyoko","Ice");
SectorDestructionEvent.Call(new APISector("Lyoko","Forest",10));
//Lyoko is the default virtual world
SectorDestructionEvent.Call("Forest");

Listening

You can use the LAPIListener to listen to this event.

Last updated

Was this helpful?