Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Under Event Attributes I changed "event:attrs()" to "event:attr" because the previous method is deprecated.

...

  • event:attr() - returns a specific event attribute. The function takes the name of the attribute to be returned as its sole argument, and returns null if not found.
  • event:attrs () - returns all the event attributes as a map.

...