Difference between revisions of "CScriptCallbackSystem"

From Nomad DB
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>Use [[CScriptCallbackSystem_GetInstance]] to get an instance of '''CScriptCallbackSystem'''.
+
<noinclude>{{Page_WD2}}{{Page_WDL}}Use [[CScriptCallbackSystem_GetInstance]] to get an instance of '''CScriptCallbackSystem'''.
  
=== Methods ===</noinclude>
+
=== 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>
 
<noinclude>
{{WD2SH:GameClassFooter}}
+
{{WD:GameClassFooter_WD2_WDL}}
 
</noinclude>
 
</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