Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 10 and Version 11 of code/doc/SpaceBoundaries


Ignore:
Timestamp:
May 12, 2011, 3:04:56 PM (13 years ago)
Author:
kmaurus
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/SpaceBoundaries

    v10 v11  
    77SpaceBoundaries is a class that is derived from static entity. It checks if
    88there 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.
    1010
    1111The reaction to such events can be defined by the map creator, who can add
     
    3232Until now, warnDistance has no effect because the function to display a message (void SpaceBoundaries::displayWarning(const std::string warnText)) hasn't been implemented yet.
    3333
     34== Special Features ==
     35There 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].