#include "CoreMinimal.h"
#include "GameFramework/GameMode.h"
#include "ProjectXGameMode.generated.h"
Go to the source code of this file.
|
| enum class | ETeamJoinResponse : uint8 {
Success = 0
, AlreadyOnTeam = 1
, TeamFull = 2
, TeamUnbalance = 3
,
InvalidTeam = 4
, Failure = 5
, None = 255
} |
| |
| enum class | ETeamGameEvent : uint8 { TeamKillWarning = 0
, None = 255
} |
| |
| enum class | EEndGameEvent : uint8 {
EndGameGeneric = 0
, EndGameTeam = 1
, EndGameTeamPoints = 2
, EndGameTeamTime = 3
,
EndGameTeamCaptures = 4
} |
| |
◆ EEndGameEvent
| Enumerator |
|---|
| EndGameGeneric | |
| EndGameTeam | |
| EndGameTeamPoints | |
| EndGameTeamTime | |
| EndGameTeamCaptures | |
◆ ETeamGameEvent
| Enumerator |
|---|
| TeamKillWarning | |
| None | |
◆ ETeamJoinResponse
| Enumerator |
|---|
| Success | |
| AlreadyOnTeam | |
| TeamFull | |
| TeamUnbalance | |
| InvalidTeam | |
| Failure | |
| None | |