DDNet documentation
Toggle main menu visibility
Loading...
Searching...
No Matches
team_state.h
Go to the documentation of this file.
1
#ifndef GAME_TEAM_STATE_H
2
#define GAME_TEAM_STATE_H
3
4
enum class
ETeamState
5
{
6
EMPTY
,
7
OPEN
,
8
STARTED
,
9
// Happens when a tee that hasn't hit the start tiles leaves
10
// the team.
11
STARTED_UNFINISHABLE
,
12
FINISHED
13
};
14
15
#endif
// GAME_TEAM_STATE_H
ERaceState::STARTED
@ STARTED
Definition
race_state.h:7
ERaceState::FINISHED
@ FINISHED
Definition
race_state.h:9
ETeamState
ETeamState
Definition
team_state.h:5
ETeamState::STARTED_UNFINISHABLE
@ STARTED_UNFINISHABLE
Definition
team_state.h:11
ETeamState::OPEN
@ OPEN
Definition
team_state.h:7
ETeamState::EMPTY
@ EMPTY
Definition
team_state.h:6
src
game
team_state.h
Generated by
1.18.0