Changeset 229 for trunk/src/game/ThreatManager.h
- Timestamp:
- 11/19/08 13:48:34 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/ThreatManager.h
r102 r229 75 75 76 76 // The Unit might be in water and the creature can not enter the water, but has range attack 77 // in this case online = true, but access able = false78 bool isAccess able() const { return iAccessible; }77 // in this case online = true, but accessible = false 78 bool isAccessible() const { return iAccessible; } 79 79 80 80 // used for temporary setting a threat and reducting it later again.