|
|
@ -91,6 +91,18 @@ public function Mutator_OnMutate_Slot OnMutate(AcediaObject receiver); |
|
|
|
/* SIGNAL */ |
|
|
|
/* SIGNAL */ |
|
|
|
public function Mutator_OnModifyLogin_Slot OnModifyLogin(AcediaObject receiver); |
|
|
|
public function Mutator_OnModifyLogin_Slot OnModifyLogin(AcediaObject receiver); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* Method for finding a `Mutator` instance of a given class. |
|
|
|
|
|
|
|
* Note only once instance of `Mutator` class is supposed to be created. |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* @param mutatorClass Class of the `Mutator`, which instance method should |
|
|
|
|
|
|
|
* find. |
|
|
|
|
|
|
|
* @return Instance of `Mutator` of the given class. Guaranteed to be of class |
|
|
|
|
|
|
|
* `mutatorClass`. `none` iff there is no such instance added into |
|
|
|
|
|
|
|
* the game. |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
public function Mutator FindInstance(class<Mutator> mutatorClass); |
|
|
|
|
|
|
|
|
|
|
|
defaultproperties |
|
|
|
defaultproperties |
|
|
|
{ |
|
|
|
{ |
|
|
|
} |
|
|
|
} |