123456789101112131415161718192021222324252627282930313233 |
- .. _func_event_eventtext:
- =========
- EventText
- =========
- EventText -
- Description
- ===========
- .. code-block:: blitzmax
- EventText$()
- Get current event extra value converted to a string
- Parameters
- ==========
- Return Values
- =============
- The @extra field of the #CurrentEvent global variable converted to a string
- Examples
- ========
- See Also
- ========
|