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

Function setskin

source/src/clientgame.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38extern bool sendmapidenttoserver;
39
40void setskin(playerent *pl, int skin, int team)
41{
42 if(!pl) return;
43 pl->setskin(team, skin);
44}
45
46bool duplicatename(playerent *d, char *name = NULL)
47{

Callers 4

_setskinFunction · 0.85
newplayerentFunction · 0.85
newbotentFunction · 0.85
CreateBotMethod · 0.85

Calls 1

setskinMethod · 0.45

Tested by

no test coverage detected