Difference between revisions of "CScriptCallbackSystem"

From Nomad DB
m (Jan moved page ScriptCallbackSystem to CScriptCallbackSystem without leaving a redirect)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Use [[ScriptCallbackSystem_GetInstance]] to get an instance of '''CScriptCallbackSystem'''.
+
<noinclude>{{Page_WD2}}{{Page_WDL}}Use [[CScriptCallbackSystem_GetInstance]] to get an instance of '''CScriptCallbackSystem'''.
  
=== Methods ===
+
=== Methods (WDL) ===
 +
* [[ScriptCallbackSystem:RegisterMissionCallbackWithMissionDB]]
 +
 
 +
=== Methods (WD2 + WDL) ===</noinclude>
 
* [[ScriptCallbackSystem:BroadcastMessage]]
 
* [[ScriptCallbackSystem:BroadcastMessage]]
 
* [[ScriptCallbackSystem:RegisterCLOCallback]]
 
* [[ScriptCallbackSystem:RegisterCLOCallback]]
Line 30: Line 33:
 
* [[ScriptCallbackSystem:RemoveTagCallback]]
 
* [[ScriptCallbackSystem:RemoveTagCallback]]
 
* [[ScriptCallbackSystem:UnregisterMessageListener]]
 
* [[ScriptCallbackSystem:UnregisterMessageListener]]
 +
<noinclude>
 +
{{WD:GameClassFooter_WD2_WDL}}
 +
</noinclude>

Latest revision as of 15:10, 29 October 2020

Use CScriptCallbackSystem_GetInstance to get an instance of CScriptCallbackSystem.

Methods (WDL)

Methods (WD2 + WDL)


Related Pages