Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 15 and Version 16 of code/doc/SpaceBoundaries


Ignore:
Timestamp:
May 26, 2011, 4:01:08 PM (13 years ago)
Author:
kmaurus
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/SpaceBoundaries

    v15 v16  
    2222 * position - absolute position of the object of SpaceBoundaries in the level (usually 0,0,0)
    2323 * 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!!!)
    2525 * 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.
    2626 * reactionMode - Integer-Value. Defines what effect appears if a space ship has crossed receptively wants to cross the boundaries.