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

Function ConsoleFunction

engine/source/platformAndroid/T2DActivity.cpp:2003–2006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2001}
2002
2003ConsoleFunction(dumpFontList, void, 1, 1, "Print device fonts to console")
2004{
2005 activity.dumpFontList();
2006}
2007
2008ConsoleFunction(hideSplashScreen, void, 1, 1, "hide the splash screen")
2009{

Callers

nothing calls this directly

Calls 3

toggleSplashScreenFunction · 0.85
enableAccelerometerMethod · 0.80
dumpFontListMethod · 0.45

Tested by

no test coverage detected