1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_event_removehook:
- ==========
- RemoveHook
- ==========
- RemoveHook -
- Description
- ===========
- .. code-block:: blitzmax
- RemoveHook( id,func:Object( id,data:Object,context:Object ),context:Object=Null )
- Remove a hook function
- Removes the hook function specified by @id, @func and @context.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|