DCS func removeEventHandler

From DCS World Wiki - Hoggitworld.com
Revision as of 00:12, 12 April 2018 by Grimes (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Scripting Root

Envrioment: Mission Scripting
Function: removeEventHandler Added with: 1.2.4
Member Of: world
Syntax: function world.removeEventHandler(EventHandler handler )
Description: Removes the specified event handler from handling events. Use this when an event handler has outlived its usefulness.


Return Value: function
Return Example:
Examples:
Related Functions: World Functions: addEventHandler, removeEventHandler, getPlayer, getAirbases, searchObjects, getMarkPanels, removeJunk
Notes: