class Sp_CheckPoint

CheckPoint: this class allows to know what are the journey of car This surface must be traversed to be validated

Inheritance:


Public Methods

[more] Sp_CheckPoint()
constructor
[more]virtual ~Sp_CheckPoint()
destructor
[more]void AddPlayer(int player)
Add a player
[more]void On(int player, long temps)
this function is called when a player is on a checkpoint

Protected Fields

[more] time
last time for each player


Documentation

CheckPoint: this class allows to know what are the journey of car This surface must be traversed to be validated. Some Face of a circuit points on it. Each player is represented by an unique int.
o Sp_CheckPoint()
constructor

ovirtual ~Sp_CheckPoint()
destructor

ovoid AddPlayer(int player)
Add a player

ovoid On(int player, long temps)
this function is called when a player is on a checkpoint

o time
last time for each player


Direct child classes:
Sp_Journey

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.