Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ addsleep_
Function
addsleep_
source/src/clientgame.cpp:644–647 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
642
}
643
644
void addsleep_(int *msec, char *cmd, int *persist)
645
{
646
addsleep(*msec, cmd, *persist != 0);
647
}
648
COMMANDN(sleep, addsleep_,
"isi"
);
649
650
void resetsleep(bool force)
Callers
nothing calls this directly
Calls
1
addsleep
Function · 0.85
Tested by
no test coverage detected