Changeset 174 for trunk/src/game/CreatureAI.h
- Timestamp:
- 11/19/08 13:43:15 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/CreatureAI.h
r130 r174 122 122 // Called at waypoint reached or point movement finished 123 123 virtual void MovementInform(uint32 /*MovementType*/, uint32 /*Data*/) {} 124 125 // Called when AI is temporarily replaced or put back when possess is applied or removed 126 virtual void OnPossess(bool apply) {} 124 127 }; 125 128