Changeset 52 for trunk/src/game/GameObject.h
- Timestamp:
- 11/19/08 13:29:24 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/GameObject.h
r44 r52 495 495 } 496 496 bool isSpawnedByDefault() const { return m_spawnedByDefault; } 497 void SetSpawnedByDefault(bool b) { m_spawnedByDefault = b; } 497 498 uint32 GetRespawnDelay() const { return m_respawnDelayTime; } 498 499 void Refresh();