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

Function Export_BotLibVarSet

codemp/botlib/be_interface.cpp:247–251  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

245// Changes Globals: -
246//===========================================================================
247int Export_BotLibVarSet(char *var_name, char *value)
248{
249 LibVarSet(var_name, value);
250 return BLERR_NOERROR;
251} //end of the function Export_BotLibVarSet
252//===========================================================================
253//
254// Parameter: -

Callers

nothing calls this directly

Calls 1

LibVarSetFunction · 0.85

Tested by

no test coverage detected