Changeset 141 for trunk/src/game/Unit.h
- Timestamp:
- 11/19/08 13:39:50 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Unit.h
r136 r141 722 722 bool canReachWithAttack(Unit *pVictim) const; 723 723 bool IsWithinCombatDist(Unit *obj, float dist2compare) const; 724 void GetRandomContactPoint( const Unit* target, float &x, float &y, float &z, float distance2dMin, float distance2dMax ) const; 724 725 uint32 m_extraAttacks; 725 726 bool m_canDualWield;