APILocation
APILocation is an implementation of ILocation. It represents any location that only requires a Name
property.
Instantiating
You can instantiate an APILocation like this:
//EXAMPLE! DONT DO THIS AS A PLUGIN DEVELOPER.
LW_ArriveEvent.Call(LyokoWarriors.ODD, new APILocation("The NorthPole"));
Properties
Name
Returns a string
, being the name of the location.
Methods
Returns Name.
Returns an instance of itself. (An APILocation doesn't have inner locations).
Last updated
Was this helpful?