MCPcopy 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
2982void jsDebugMessageUpdate()
2983{
2984 if (globalDialog)
2985 {
2986 globalDialog->updateMessages();
2987 }
2988}
2989
2990void jsDebugSelected(const BASE_OBJECT *psObj)
2991{

Callers 12

removeFeatureFunction · 0.85
loadSaveMessageFunction · 0.85
processVisibilityFunction · 0.85
findBeaconMsgFunction · 0.85
sendBeaconToPlayerFunction · 0.85
intCleanUpIntelMapFunction · 0.85
freeMessagesFunction · 0.85
releaseAllProxDispFunction · 0.85
checkMessagesFunction · 0.85
cleanupOldBeaconMessagesFunction · 0.85
js_removeBeaconFunction · 0.85
research.cppFile · 0.85

Calls 1

updateMessagesMethod · 0.80

Tested by

no test coverage detected