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

Function cheat_fly

TheForceEngine/TFE_DarkForces/player.cpp:1305–1312  ·  view source on GitHub ↗

New TFE Cheats.

Source from the content-addressed store, hash-verified

1303
1304 // New TFE Cheats.
1305 void cheat_fly()
1306 {
1307 // Write the cheat message.
1308 const char* msg = TFE_System::getMessage(TFE_MSG_FLYMODE);
1309 if (msg) { hud_sendTextMessage(msg, 1); }
1310
1311 s_flyMode = ~s_flyMode;
1312 }
1313
1314 void cheat_noclip()
1315 {

Callers 2

executeCheatFunction · 0.85
configDarkForcesCheatsFunction · 0.85

Calls 2

hud_sendTextMessageFunction · 0.85
getMessageFunction · 0.50

Tested by

no test coverage detected