TeamWrapper
Last edited bySimple_AOB10/16/2025
LinearColor GetPrimaryColor()
LinearColor GetSecondaryColor()
LinearColor GetFontColor()
void SetFontColor(LinearColor newFontColor)
| Parameter | Type | Description |
|---|---|---|
| newFontColor | LinearColor | --- |
LinearColor GetColorBlindFontColor()
void SetColorBlindFontColor(LinearColor newColorBlindFontColor)
| Parameter | Type | Description |
|---|---|---|
| newColorBlindFontColor | LinearColor | --- |
UnrealColor GetTeamControllerColor()
void SetTeamControllerColor(UnrealColor newTeamControllerColor)
| Parameter | Type | Description |
|---|---|---|
| newTeamControllerColor | UnrealColor | --- |
UnrealColor GetTeamScoreStrobeColor()
void SetTeamScoreStrobeColor(UnrealColor newTeamScoreStrobeColor)
| Parameter | Type | Description |
|---|---|---|
| newTeamScoreStrobeColor | UnrealColor | --- |
StructArrayWrapper GetDefaultColorList()
StructArrayWrapper GetColorBlindColorList()
StructArrayWrapper GetCurrentColorList()
TeamGameEventWrapper GetGameEvent()
void SetGameEvent(TeamGameEventWrapper newGameEvent)
| Parameter | Type | Description |
|---|---|---|
| newGameEvent | TeamGameEventWrapper | --- |
ArrayWrapper GetMembers()
UnrealStringWrapper GetCustomTeamName()
UnrealStringWrapper GetSanitizedTeamName()
unsigned long long GetClubID()
void SetClubID(unsigned long long newClubID)
| Parameter | Type | Description |
|---|---|---|
| newClubID | unsigned long long | --- |
unsigned long GetbForfeit()
void SetbForfeit(unsigned long newbForfeit)
| Parameter | Type | Description |
|---|---|---|
| newbForfeit | unsigned long | --- |
bool __Team_TA__GetHumanPlayers(PriWrapper PRI)
| Parameter | Type | Description |
|---|---|---|
| PRI | PriWrapper | --- |
bool __Team_TA__GetHumanPrimaryPlayers(PriWrapper PRI)
| Parameter | Type | Description |
|---|---|---|
| PRI | PriWrapper | --- |
bool __Team_TA__GetNumOfMembersThatCanStartForfeit(PriWrapper P)
| Parameter | Type | Description |
|---|---|---|
| P | PriWrapper | --- |
void __Team_TA__EnableAllMembersStartVoteToForfeit(PriWrapper Member)
| Parameter | Type | Description |
|---|---|---|
| Member | PriWrapper | --- |
void OnClubColorsChanged()
void Forfeit2()
void EnableAllMembersStartVoteToForfeit2()
void EnableAllMembersStartVoteToForfeitIfNecessary()
void VoteToForfeit22(PriWrapper PRI)
| Parameter | Type | Description |
|---|---|---|
| PRI | PriWrapper | --- |
void NotifyKismetTeamColorChanged()
void UpdateColors()
void SetLogo(int LogoID, unsigned long bSwapColors)
| Parameter | Type | Description |
|---|---|---|
| LogoID | int | --- |
| bSwapColors | unsigned long | --- |
void HandleTeamNameSanitized(std::string Original, std::string Sanitized)
| Parameter | Type | Description |
|---|---|---|
| Original | std::string | --- |
| Sanitized | std::string | --- |
void SetClubID2(unsigned long long InClubID)
| Parameter | Type | Description |
|---|---|---|
| InClubID | unsigned long long | --- |
void SetCustomTeamName(std::string NewName)
| Parameter | Type | Description |
|---|---|---|
| NewName | std::string | --- |
void SetDefaultColors()
bool IsSingleParty()
PriWrapper GetTeamMemberNamed(std::string PlayerName)
| Parameter | Type | Description |
|---|---|---|
| PlayerName | std::string | --- |
int GetNumBots()
int GetNumHumans()
void OnScoreUpdated()
void ResetScore()
void RemovePoints(int Points)
| Parameter | Type | Description |
|---|---|---|
| Points | int | --- |
void SetScore(int Points)
| Parameter | Type | Description |
|---|---|---|
| Points | int | --- |
void ScorePoint(int AdditionalScore)
| Parameter | Type | Description |
|---|---|---|
| AdditionalScore | int | --- |
void MuteOtherTeam(TeamWrapper OtherTeam, unsigned long bMute)
| Parameter | Type | Description |
|---|---|---|
| OtherTeam | TeamWrapper | --- |
| bMute | unsigned long | --- |
void ClearTemporarySpawnSpots()
void ExpireTemporarySpawnSpots()
void AddTemporarySpawnSpot(ActorWrapper AtActor)
| Parameter | Type | Description |
|---|---|---|
| AtActor | ActorWrapper | --- |
void OnGameEventSet()
void SetGameEvent2(TeamGameEventWrapper InGameEvent)
| Parameter | Type | Description |
|---|---|---|
| InGameEvent | TeamGameEventWrapper | --- |