Changeset 10499 in orxonox.OLD for trunk/src/world_entities/npcs/npc.h
- Timestamp:
- Jan 30, 2007, 11:32:00 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/npcs/npc.h
r10447 r10499 26 26 void previousWeaponConfig(); 27 27 inline WeaponManager& getWeaponManager() { return this->weaponMan; }; 28 void setWeaponConfig(int i); 28 29 29 30 … … 33 34 inline void fire(){ this->bFire=true;} 34 35 35 inline void enableAI( ) { this->bAIEnabled = true; }36 inline void enableAI(int flag) { this->bAIEnabled = (bool)flag; } 36 37 37 38 private:
Note: See TracChangeset
for help on using the changeset viewer.