C# Class PlayerAbilityScript

Inheritance: GameBehavior
Afficher le fichier Open project: mezosaurus/eae-project Class Usage Examples

Méthodes protégées

Méthode Description
GameUpdate ( ) : void
RegisterListeners ( ) : void
UnregisterListeners ( ) : void

Private Methods

Méthode Description
HandleAbilityStatusChanged ( Message, message ) : void
OnDestroy ( ) : void
Start ( ) : void
activateAbility ( int dir, string path, bool isRanged ) : void
checkForInputs ( ) : void
initializeGlobalVariables ( ) : void
updateCooldowns ( ) : void

Method Details

GameUpdate() protected méthode

protected GameUpdate ( ) : void
Résultat void

RegisterListeners() protected méthode

protected RegisterListeners ( ) : void
Résultat void

UnregisterListeners() protected méthode

protected UnregisterListeners ( ) : void
Résultat void