C# Class DCT.Outwar.World.Mob

Inheritance: Occupier
Show file Open project: typpo/outwar-dca Class Usage Examples

Private Properties

Property Type Description
Attack bool
Attack bool
AttackCallback void
EvaluateOutcome void
GeneralTestAttack void
Initialize void
Mob System
PreeliminationPredicate bool
SendAttack void
TestAttack void
TestLevel bool
TestRage bool
Train void

Private Methods

Method Description
Attack ( ) : bool
Attack ( bool test ) : bool

Attempts to start attack thread

AttackCallback ( IAsyncResult ar ) : void
EvaluateOutcome ( string src ) : void
GeneralTestAttack ( ) : void
Initialize ( ) : void
Mob ( string name, string url, string attackurl, bool isQuest, bool isTrainer, bool isSpawn, Room room ) : System
PreeliminationPredicate ( MappedMob m ) : bool
SendAttack ( ) : void
TestAttack ( ) : void
TestLevel ( ) : bool
TestRage ( bool useRageLimit ) : bool
Train ( ) : void