1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_event_allochookid:
- ===========
- AllocHookId
- ===========
- AllocHookId -
- Description
- ===========
- .. code-block:: blitzmax
- AllocHookId()
- Allocate a hook id
- The returned hook id can be used with #AddHook, #RunHooks and #RemoveHook.
- Parameters
- ==========
- Return Values
- =============
- An integer hook id
- Examples
- ========
- See Also
- ========
|