DCS func removeEventHandler
From DCS World Wiki - Hoggitworld.com
| Envrioment: | Mission Scripting | ||
| Function: | removeEventHandler | Added with: 1.2.0 | |
| 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
world.weather getFogThickness, setFogThickness, getFogVisibilityDistance, setFogVisibilityDistance, setFogAnimation | ||
| Notes: | |||