From c084e9e5adc4576305f06261dce5c3745bd24e3e Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Sun, 7 May 2023 18:11:53 +0200 Subject: [PATCH] Update onEvent.md --- docs/objects/Object/onEvent.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/objects/Object/onEvent.md b/docs/objects/Object/onEvent.md index 875472a..e4422be 100644 --- a/docs/objects/Object/onEvent.md +++ b/docs/objects/Object/onEvent.md @@ -44,5 +44,4 @@ Alternatively, you can add an onEvent event to an XML layout: In this case, the event table indices correspond to: * 1: The Object where this event is being handled -* 2: A string representing the Basalt event type. This will always just be the string `"other_event"` -* 3 onwards: the `os.pullEvent()` parameters +* 2, 3,...: the `os.pullEvent()` parameters