MCPcopy Create free account
hub / github.com/defold/defold / GetInt

Function GetInt

engine/dlib/src/dlib/configfile.cpp:738–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736 }
737
738 int32_t GetInt(HConfig config, const char* key, int32_t default_value)
739 {
740 return ConfigFileGetInt(config, key, default_value);
741 }
742
743 float GetFloat(HConfig config, const char* key, float default_value)
744 {

Callers 5

GetSocketsFromConfigFunction · 0.70
GetSocketsFromConfigFunction · 0.50
TEST_PFunction · 0.50
TESTFunction · 0.50
mainFunction · 0.50

Calls 1

ConfigFileGetIntFunction · 0.85

Tested by 5

GetSocketsFromConfigFunction · 0.56
GetSocketsFromConfigFunction · 0.40
TEST_PFunction · 0.40
TESTFunction · 0.40
mainFunction · 0.40