TeamGameEventWrapper
Last edited bySimple_AOB10/16/2025
ArrayWrapper GetTeamArchetypes()
ArrayWrapper GetTeams()
int GetMaxTeamSize()
void SetMaxTeamSize(int newMaxTeamSize)
| Parameter | Type | Description |
|---|---|---|
| newMaxTeamSize | int | --- |
int GetNumBots()
void SetNumBots(int newNumBots)
| Parameter | Type | Description |
|---|---|---|
| newNumBots | int | --- |
unsigned long GetbMuteOppositeTeams()
void SetbMuteOppositeTeams(unsigned long newbMuteOppositeTeams)
| Parameter | Type | Description |
|---|---|---|
| newbMuteOppositeTeams | unsigned long | --- |
unsigned long GetbDisableMutingOtherTeam()
void SetbDisableMutingOtherTeam(unsigned long newbDisableMutingOtherTeam)
| Parameter | Type | Description |
|---|---|---|
| newbDisableMutingOtherTeam | unsigned long | --- |
unsigned long GetbForfeit()
void SetbForfeit(unsigned long newbForfeit)
| Parameter | Type | Description |
|---|---|---|
| newbForfeit | unsigned long | --- |
unsigned long GetbUnfairTeams()
void SetbUnfairTeams(unsigned long newbUnfairTeams)
| Parameter | Type | Description |
|---|---|---|
| newbUnfairTeams | unsigned long | --- |
unsigned long GetbAlwaysAutoSelectTeam()
void SetbAlwaysAutoSelectTeam(unsigned long newbAlwaysAutoSelectTeam)
| Parameter | Type | Description |
|---|---|---|
| newbAlwaysAutoSelectTeam | unsigned long | --- |
void StartRematchVote()
void CheckRematchVote()
bool __GameEvent_Team_TA__AllTeamsHaveHumans(TeamWrapper Team)
| Parameter | Type | Description |
|---|---|---|
| Team | TeamWrapper | --- |
void UpdatePlayerShortcuts()
void ClearTemporarySpawnSpots()
bool ChooseTeam(int TeamIndex, PlayerControllerWrapper Player)
| Parameter | Type | Description |
|---|---|---|
| TeamIndex | int | --- |
| Player | PlayerControllerWrapper | --- |
bool CanChangeTeam()
void OnPenaltyChanged()
void OnTeamForfeited(TeamWrapper Team)
| Parameter | Type | Description |
|---|---|---|
| Team | TeamWrapper | --- |
void HandleTeamForfeit(TeamWrapper Team)
| Parameter | Type | Description |
|---|---|---|
| Team | TeamWrapper | --- |
void MuteOppositeTeams2(unsigned long bMute)
| Parameter | Type | Description |
|---|---|---|
| bMute | unsigned long | --- |
void UpdateBotCount()
bool FindBotReplacement(PriWrapper PRI)
| Parameter | Type | Description |
|---|---|---|
| PRI | PriWrapper | --- |
void EndGame()
void ForceNoContest()
void AddTemporarySpawnSpot(TeamWrapper Team, CarWrapper Car)
| Parameter | Type | Description |
|---|---|---|
| Team | TeamWrapper | --- |
| Car | CarWrapper | --- |
void HandleSelectedLoadout(PriWrapper PlayerPRI)
| Parameter | Type | Description |
|---|---|---|
| PlayerPRI | PriWrapper | --- |
void DestroyTeams()
void OnAllTeamsCreated()
void AssignCustomTeamSettings()
void OnMatchSettingsChanged()
bool AllTeamsHaveHumans2()
bool AllTeamsCreated2()
void SetTeam(int TeamNum, TeamWrapper NewTeam)
| Parameter | Type | Description |
|---|---|---|
| TeamNum | int | --- |
| NewTeam | TeamWrapper | --- |
void CreateTeams()
void PreloadBots()
void OnInit()
void SetMaxTeamSize2(int MaxSize)
| Parameter | Type | Description |
|---|---|---|
| MaxSize | int | --- |
void UpdateMaxTeamSize()
void SetUnfairTeams(unsigned long bUnfair)
| Parameter | Type | Description |
|---|---|---|
| bUnfair | unsigned long | --- |
void InitBotSkill()
void eventInitGame(std::string Options)
| Parameter | Type | Description |
|---|---|---|
| Options | std::string | --- |