Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
220
void CDECL FUNCBODY_SetValueInt(VALUE_KEY_INT key, int value)
221
{
222
g_Game.ValueInt(key, value);
223
}
224
225
IGameString *CDECL FUNCBODY_GetValueString(VALUE_KEY_STRING key, const char *value)
226
{
Callers
nothing calls this directly
Calls
1
ValueInt
Method · 0.80
Tested by
no test coverage detected