MCPcopy Create free account
hub / github.com/JACoders/OpenJK / LibVarString

Function LibVarString

codemp/botlib/l_libvar.cpp:218–224  ·  view source on GitHub ↗

end of the function LibVar =========================================================================== Parameter: - Returns: - Changes Globals: - ===========================================================================

Source from the content-addressed store, hash-verified

216// Changes Globals: -
217//===========================================================================
218char *LibVarString(char *var_name, char *value)
219{
220 libvar_t *v;
221
222 v = LibVar(var_name, value);
223 return v->string;
224} //end of the function LibVarString
225//===========================================================================
226//
227// Parameter: -

Callers 3

BotSetupGoalAIFunction · 0.85
BotSetupWeaponAIFunction · 0.85
BotSetupChatAIFunction · 0.85

Calls 1

LibVarFunction · 0.85

Tested by

no test coverage detected