This commit is contained in:
NoryiE
2025-02-17 09:21:32 +00:00
parent 52b3ac9ae1
commit 6d4db0b931
4 changed files with 234 additions and 32 deletions

View File

@@ -96,12 +96,12 @@ Removes a child from the container
### Returns
* `Container?` `self` The container instance
## Container:handleEvent(event)
## Container:handleEvent(event...)
Default handler for events
@vararg any The event arguments
### Parameters
* `event` `string` The event to handle
* `...` *(vararg)* `any` The event arguments
### Returns
* `boolean` `Whether` the event was handled