MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / GetGTeams

Function GetGTeams

engine/Poseidon/UI/InGame/InGameUIActions.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47static Team* GetGTeams()
48{
49 static Team GTeams[MAX_UNITS_PER_GROUP];
50 return GTeams;
51}
52
53Team GetTeam(int i)
54{

Callers 4

GetTeamFunction · 0.85
SetTeamFunction · 0.85
ClearTeamsFunction · 0.85
ListTeamFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected