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

Function push

source/src/command.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void push(const char *name, const char *action)
99{
100 pusha(name, newstring(action));
101}
102COMMAND(push, "ss");
103
104void pop(const char *name)

Callers 4

execactionMethod · 0.85
command.cppFile · 0.85
selectionwalkFunction · 0.85
runMethod · 0.85

Calls 2

pushaFunction · 0.85
newstringFunction · 0.85

Tested by

no test coverage detected