LW_DeTranslationEvent

Calling

To call this event, you need to pass a LyokoWarrior and a location. This can only be an ISector.

LW_DeTranslationEvent.Call(LyokoWarriors.ODD,new APISector("ForestReplika","Forest"));

Listening

You can use the LAPIListener to listen to this event.

Effects

LW_Status.TRANSLATED will be removed from their Statuses and their Location will be set to the given location.

Last updated