Skip to content
Benedict Allen edited this page Nov 15, 2015 · 3 revisions

MiscEvent Class

The MiscEvent is used to pass non interactive events to Sheets, like modem_message events.

Extends Event

Constructor

Event creation is handled internally by Application.

MiscEvent( Event enum event, string event, ... )

Properties

event

MiscEvent.event - string

The name of the event.

parameters

MiscEvent.parameters - table

The parameters of the event.

Clone this wiki locally