LLEvents
function LLEvents:on(eventName: string, callback: function): functionfunction LLEvents:once(eventName: string, callback: function): functionfunction LLEvents:off(eventName: string, callback: function): booleanfunction LLEvents:eventNames(): {string}function LLEvents:listeners(eventName: string): {[string]: {function}}function LLEvents.listen(channel: number, name: string, id: uuid, message: string)function LLEvents.touch_start(events: {DetectedEvent})