MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / cheat_bugMode

Function cheat_bugMode

TheForceEngine/TFE_DarkForces/player.cpp:1255–1259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1253 }
1254
1255 void cheat_bugMode()
1256 {
1257 s_smallModeEnabled = ~s_smallModeEnabled;
1258 hud_sendTextMessage(705);
1259 }
1260
1261 void cheat_pauseAI()
1262 {

Callers 2

executeCheatFunction · 0.85
configDarkForcesCheatsFunction · 0.85

Calls 1

hud_sendTextMessageFunction · 0.85

Tested by

no test coverage detected