Changes between Version 10 and Version 11 of code/doc/SpaceBoundaries
- Timestamp:
- May 12, 2011, 3:04:56 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/SpaceBoundaries
v10 v11 7 7 SpaceBoundaries is a class that is derived from static entity. It checks if 8 8 there is a pawn that is outside of a defined area or tries to leave this area 9 and reacts on such events.9 (at the moment this area can only be a ball) and reacts on such events. 10 10 11 11 The reaction to such events can be defined by the map creator, who can add … … 32 32 Until now, warnDistance has no effect because the function to display a message (void SpaceBoundaries::displayWarning(const std::string warnText)) hasn't been implemented yet. 33 33 34 == Special Features == 35 There can be several SpaceBoundaries objects in one level. To get from one to another the map creator could provide [http://www.orxonox.net/doxygen/classorxonox_1_1_Portals.html portals].