C# Class PlayerAbilityScript

Inheritance: GameBehavior
Show file Open project: mezosaurus/eae-project Class Usage Examples

Protected Methods

Method Description
GameUpdate ( ) : void
RegisterListeners ( ) : void
UnregisterListeners ( ) : void

Private Methods

Method 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 method

protected GameUpdate ( ) : void
return void

RegisterListeners() protected method

protected RegisterListeners ( ) : void
return void

UnregisterListeners() protected method

protected UnregisterListeners ( ) : void
return void