Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Warzone2100/warzone2100
/ jsDebugMessageUpdate
Function
jsDebugMessageUpdate
src/wzscriptdebug.cpp:2982–2988 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2980
// MARK: - jsDebug APIs
2981
2982
void jsDebugMessageUpdate()
2983
{
2984
if (globalDialog)
2985
{
2986
globalDialog->updateMessages();
2987
}
2988
}
2989
2990
void jsDebugSelected(const BASE_OBJECT *psObj)
2991
{
Callers
12
removeFeature
Function · 0.85
loadSaveMessage
Function · 0.85
processVisibility
Function · 0.85
findBeaconMsg
Function · 0.85
sendBeaconToPlayer
Function · 0.85
intCleanUpIntelMap
Function · 0.85
freeMessages
Function · 0.85
releaseAllProxDisp
Function · 0.85
checkMessages
Function · 0.85
cleanupOldBeaconMessages
Function · 0.85
js_removeBeacon
Function · 0.85
research.cpp
File · 0.85
Calls
1
updateMessages
Method · 0.80
Tested by
no test coverage detected