MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / torque_getconsolebool

Function torque_getconsolebool

Engine/source/cinterface/cinterface.cpp:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 }
165
166 S32 torque_getconsolebool(const char* name)
167 {
168 return Con::getBoolVariable(name);
169 }
170
171 void torque_setconsolebool(const char* name, bool value)
172 {

Callers

nothing calls this directly

Calls 1

getBoolVariableFunction · 0.85

Tested by

no test coverage detected