C# Class WarTornLands.Entities.Modules.Think.Parts.InteractAbility

Inheritance: BaseAbility
Afficher le fichier Open project: floAr/WarTornLands Class Usage Examples

Méthodes publiques

Méthode Description
InteractAbility ( int range = 50 ) : System
SetOwner ( System.Entity owner ) : void
TryCancel ( ) : bool
TryExecute ( ) : bool
Update ( GameTime gameTime ) : void

Method Details

InteractAbility() public méthode

public InteractAbility ( int range = 50 ) : System
range int
Résultat System

SetOwner() public méthode

public SetOwner ( System.Entity owner ) : void
owner System.Entity
Résultat void

TryCancel() public méthode

public TryCancel ( ) : bool
Résultat bool

TryExecute() public méthode

public TryExecute ( ) : bool
Résultat bool

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void