DDraceNetwork Documentation
Loading...
Searching...
No Matches
race_state.h
Go to the documentation of this file.
1
#ifndef GAME_RACE_STATE_H
2
#define GAME_RACE_STATE_H
3
4
enum class
ERaceState
5
{
6
NONE
,
7
STARTED
,
8
CHEATED
,
// no time and won't start again unless ordered by a mod or death
9
FINISHED
,
10
};
11
12
#endif
// GAME_RACE_STATE_H
ERaceState
ERaceState
Definition
race_state.h:5
ERaceState::CHEATED
@ CHEATED
ERaceState::STARTED
@ STARTED
ERaceState::FINISHED
@ FINISHED
ERaceState::NONE
@ NONE
src
game
race_state.h
Generated by
1.9.8