func_event_eventtext.rst 363 B

123456789101112131415161718192021222324252627282930313233
  1. .. _func_event_eventtext:
  2. =========
  3. EventText
  4. =========
  5. EventText -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. EventText$()
  10. Get current event extra value converted to a string
  11. Parameters
  12. ==========
  13. Return Values
  14. =============
  15. The @extra field of the #CurrentEvent global variable converted to a string
  16. Examples
  17. ========
  18. See Also
  19. ========