Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
executeCheat
Function · 0.85
configDarkForcesCheats
Function · 0.85
Calls
1
hud_sendTextMessage
Function · 0.85
Tested by
no test coverage detected