Changeset 6835 in orxonox.OLD for trunk/src/story_entities/game_world.h
- Timestamp:
- Jan 29, 2006, 11:59:39 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world.h
r6512 r6835 55 55 void toggleBVVisibility() { this->showBV = !this->showBV; }; 56 56 57 /** toggle the menu visibility: SimpleMenu specific */ 58 inline void addToGameMenu(int toggle) { this->bMenuEntry = (bool)toggle; } 59 /** @returns true if the GameWorld should be contained in the SimpleMenu: SimpleMenu specific */ 60 inline bool isContainedInMenu() { return this->bMenuEntry; } 61 57 62 58 63 inline void setSky(WorldEntity* sky) { this->dataTank->sky = sky; } … … 93 98 /* external modules interfaces */ 94 99 Shell* shell; 100 101 bool bMenuEntry; //!< If true, this GameWorld apears in the SimpleMenu: SimpleMenu specific 95 102 }; 96 103
Note: See TracChangeset
for help on using the changeset viewer.