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

Function cheat_pauseAI

TheForceEngine/TFE_DarkForces/player.cpp:1261–1265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1259 }
1260
1261 void cheat_pauseAI()
1262 {
1263 s_aiActive = ~s_aiActive;
1264 hud_sendTextMessage(706);
1265 }
1266
1267 void cheat_postal()
1268 {

Callers 2

executeCheatFunction · 0.85
configDarkForcesCheatsFunction · 0.85

Calls 1

hud_sendTextMessageFunction · 0.85

Tested by

no test coverage detected