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

Function cheat_godMode

TheForceEngine/TFE_DarkForces/player.cpp:1291–1302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1289 }
1290
1291 void cheat_godMode()
1292 {
1293 if (!s_invincibility)
1294 {
1295 s_invincibility = -2;
1296 }
1297 else
1298 {
1299 s_invincibility = 0;
1300 }
1301 hud_sendTextMessage(702);
1302 }
1303
1304 // New TFE Cheats.
1305 void cheat_fly()

Callers 2

executeCheatFunction · 0.85
configDarkForcesCheatsFunction · 0.85

Calls 1

hud_sendTextMessageFunction · 0.85

Tested by

no test coverage detected