MIST removeFunction
From DCS World Wiki - Hoggitworld.com
mist.removeFunction
| Added with: Mist 1.0 |
| Description |
| Removes the scheduled function with integer id id and returns true if a function was removed. |
| Syntax |
| boolean mist.removeFunction(number id ) |
| Valid Input Values: |
| number id: any number |
| Return value: |
| boolean |
| Return example: |
| true |
| Usage Examples: |
| The following would remove a scheduled function from executing.
end |
| Notes: |
| Related Functions |
| scheduleFunction, removeFunction, addEventHandler, removeEventHandler |
