Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
extern bool sendmapidenttoserver;
39
40
void setskin(playerent *pl, int skin, int team)
41
{
42
if(!pl) return;
43
pl->setskin(team, skin);
44
}
45
46
bool duplicatename(playerent *d, char *name = NULL)
47
{
Callers
4
_setskin
Function · 0.85
newplayerent
Function · 0.85
newbotent
Function · 0.85
CreateBot
Method · 0.85
Calls
1
setskin
Method · 0.45
Tested by
no test coverage detected