MCPcopy Create free account
hub / github.com/crossuo/crossuo / FUNCBODY_SetValueInt

Function FUNCBODY_SetValueInt

src/CommonInterfaces.cpp:220–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220void CDECL FUNCBODY_SetValueInt(VALUE_KEY_INT key, int value)
221{
222 g_Game.ValueInt(key, value);
223}
224
225IGameString *CDECL FUNCBODY_GetValueString(VALUE_KEY_STRING key, const char *value)
226{

Callers

nothing calls this directly

Calls 1

ValueIntMethod · 0.80

Tested by

no test coverage detected