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

Function playerinfolocal

source/src/clientgame.cpp:302–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302void playerinfolocal(const char *attr)
303{
304 int cn = -1;
305 playerinfo(&cn, attr);
306}
307
308COMMANDN(player, playerinfo, "is");
309COMMANDN(player1, playerinfolocal, "s");

Callers

nothing calls this directly

Calls 1

playerinfoFunction · 0.85

Tested by

no test coverage detected