Changes between Version 15 and Version 16 of code/doc/SpaceBoundaries
- Timestamp:
- May 26, 2011, 4:01:08 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/SpaceBoundaries
v15 v16 22 22 * position - absolute position of the object of SpaceBoundaries in the level (usually 0,0,0) 23 23 * maxDistance - defines the area, where a pawn is allowed to be (radius of a ball with center 'position'). 24 * warnDistance - If the distance between the pawn of a human player and 'position' is bigger than 'warnDistance', a message is displayed to inform the player that he's close to the boundary. 24 * warnDistance - If the distance between the pawn of a human player and 'position' is bigger than 'warnDistance', a message is displayed to inform the player that he's close to the boundary. (not implemented yet!!!) 25 25 * showDistance - If the distance between the pawn and the boundary of the allowed area is smaller than 'showDistance', a graphical representation of the boundary is displayed. 26 26 * reactionMode - Integer-Value. Defines what effect appears if a space ship has crossed receptively wants to cross the boundaries.