MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / AS_SetConfigValueFloat

Function AS_SetConfigValueFloat

Source/Scripting/angelscript/asfuncs.cpp:6348–6351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6346}
6347
6348void AS_SetConfigValueFloat(std::string key, float value) {
6349 config.GetRef(key) = value;
6350 config.ReloadDynamicSettings();
6351}
6352
6353int AS_GetMonitorCount() {
6354 return SDL_GetNumVideoDisplays();

Callers

nothing calls this directly

Calls 2

ReloadDynamicSettingsMethod · 0.80
GetRefMethod · 0.45

Tested by

no test coverage detected