123456789101112131415161718192021222324252627282930313233 |
- .. _func_event_eventsource:
- ===========
- EventSource
- ===========
- EventSource -
- Description
- ===========
- .. code-block:: blitzmax
- EventSource:Object()
- Get current event source object
- Parameters
- ==========
- Return Values
- =============
- The @source field of the #CurrentEvent global variable
- Examples
- ========
- See Also
- ========
|