Public Member Functions | Public Attributes

cell.Mob.Mob Class Reference

Inherits Actor::Actor.

List of all members.

Public Member Functions

def __init__
def onTimer
def die
def eventUnderAttack
 eventUnderAttack is received when ever anything hostile is done to this Actor.

Public Attributes

 combatStartTick

Detailed Description

Definition at line 19 of file Mob.py.


Member Function Documentation

def cell.Mob.Mob.__init__ (   self  ) 

Definition at line 21 of file Mob.py.

def cell.Mob.Mob.die (   self,
  sourceId 
)

Definition at line 87 of file Mob.py.

def cell.Mob.Mob.eventUnderAttack (   self,
  attackerId,
  eventValue 
)

eventUnderAttack is received when ever anything hostile is done to this Actor.

Parameters:
attackerId is the entity id of the hostile entity
eventValue is the type of hostile activity

Definition at line 110 of file Mob.py.

def cell.Mob.Mob.onTimer (   self,
  timerId,
  userData 
)

Definition at line 43 of file Mob.py.


Member Data Documentation

Definition at line 24 of file Mob.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Properties