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

Inheritance: BaseAbility
Mostra file Open project: floAr/WarTornLands Class Usage Examples

Public Methods

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

Method Details

InteractAbility() public method

public InteractAbility ( int range = 50 ) : System
range int
return System

SetOwner() public method

public SetOwner ( System.Entity owner ) : void
owner System.Entity
return void

TryCancel() public method

public TryCancel ( ) : bool
return bool

TryExecute() public method

public TryExecute ( ) : bool
return bool

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void