|
LEAP Documentation 40220
Documentation for the LEAP project
|
#include "CoreMinimal.h"#include "ProjectXGameStateBaseControl.h"#include "ProjectXGameStateKingofTheHill.generated.h"Go to the source code of this file.
Classes | |
| struct | FKingOfTheHillPhaseInfo |
| class | AProjectXGameStateKingofTheHill |
Enumerations | |
| enum class | EKingOfTheHillPhase : uint8 { WarmUp = 0 , Active = 1 , NONE = 255 } |
Functions | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam (FKingOfTheHillPhaseEventSignature, const FKingOfTheHillPhaseInfo &, PhaseInfo) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_ThreeParams (FKingofTheHillEvent, AProjectXPlayerState *, PlayerState, ACapturePoint *, Point, int32, Data) | |
|
strong |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam | ( | FKingOfTheHillPhaseEventSignature | , |
| const FKingOfTheHillPhaseInfo & | , | ||
| PhaseInfo | |||
| ) |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_ThreeParams | ( | FKingofTheHillEvent | , |
| AProjectXPlayerState * | , | ||
| PlayerState | , | ||
| ACapturePoint * | , | ||
| Point | , | ||
| int32 | , | ||
| Data | |||
| ) |