C# Class SagaMap.Tasks.MobTasks.AICommands.Attack

Inheritance: AICommand
Mostra file Open project: Willyham/SagaRO2 Class Usage Examples

Public Properties

Property Type Description
active bool

Public Methods

Method Description
Attack ( Mob mob ) : System
Dispose ( ) : void
GetName ( ) : string
Update ( object para ) : void

Private Methods

Method Description
CurrentTarget ( ) : Actor

Method Details

Attack() public method

public Attack ( Mob mob ) : System
mob SagaMap.Scripting.Mob
return System

Dispose() public method

public Dispose ( ) : void
return void

GetName() public method

public GetName ( ) : string
return string

Update() public method

public Update ( object para ) : void
para object
return void

Property Details

active public_oe property

public bool active
return bool