MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / enableDebugOutput

Method enableDebugOutput

engine/source/platformAndroid/AndroidConsole.cpp:92–96  ·  view source on GitHub ↗

%PUAP%

Source from the content-addressed store, hash-verified

90
91//%PUAP%
92void AndroidConsole::enableDebugOutput(bool enabled)
93{
94 if (gConsole == NULL) return;
95 debugOutputEnabled = enabled;
96}
97
98
99bool AndroidConsole::isEnabled()

Callers 1

AndroidConsole.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected