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

Function torque_setconsolebool

Engine/source/cinterface/cinterface.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 }
170
171 void torque_setconsolebool(const char* name, bool value)
172 {
173 Con::setBoolVariable(name, value);
174 }
175
176 static char* gExecutablePath = NULL;
177

Callers

nothing calls this directly

Calls 1

setBoolVariableFunction · 0.85

Tested by

no test coverage detected