123456789101112131415161718192021222324252627282930313233 |
- .. _func_event_eventsourcehandle:
- =================
- EventSourceHandle
- =================
- EventSourceHandle -
- Description
- ===========
- .. code-block:: blitzmax
- EventSourceHandle()
- Get current event source object handle
- Parameters
- ==========
- Return Values
- =============
- The @source field of the #CurrentEvent global variable converted to an integer handle
- Examples
- ========
- See Also
- ========
|