Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ disableCleats
Function
disableCleats
TheForceEngine/TFE_DarkForces/mission.cpp:1011–1018 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1009
}
1010
1011
void disableCleats()
1012
{
1013
if (s_wearingCleats)
1014
{
1015
s_wearingCleats = JFALSE;
1016
hud_sendTextMessage(21);
1017
}
1018
}
1019
1020
void enableCleats()
1021
{
Callers
4
handleGeneralInput
Function · 0.85
player_handleLevelOverrides
Function · 0.85
player_createController
Function · 0.85
removeCleats
Function · 0.85
Calls
1
hud_sendTextMessage
Function · 0.85
Tested by
no test coverage detected