C# Class DZAIO_Reborn.Plugins.Champions.Orianna.BallManager.PetManager

Afficher le fichier Open project: DZ191/LeagueSharp Class Usage Examples

Méthodes publiques

Méthode Description
OnLoad ( ) : void
ProcessCommand ( Command command ) : void
ProcessCommandList ( List commands ) : void

Private Methods

Méthode Description
OnSCast ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void
OnTick ( EventArgs args ) : void

Method Details

OnLoad() public méthode

public OnLoad ( ) : void
Résultat void

ProcessCommand() public méthode

public ProcessCommand ( Command command ) : void
command Command
Résultat void

ProcessCommandList() public méthode

public ProcessCommandList ( List commands ) : void
commands List
Résultat void