MCPcopy Create free account
hub / github.com/assaultcube/AC / teamatoi

Function teamatoi

source/src/clientgame.cpp:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173SVARFF(curname, { curname = exchangestr(curname, player1->name); }, {} );
174
175int teamatoi(const char *name)
176{
177 return getlistindex(name, teamnames, true, -1);
178}
179
180void newteam(char *name)
181{

Callers 4

newteamFunction · 0.85
teaminfoFunction · 0.85
respawnselfFunction · 0.85
CreateBotMethod · 0.85

Calls 1

getlistindexFunction · 0.85

Tested by

no test coverage detected