From f112907af7756d485d40ed7f665c09624418706a Mon Sep 17 00:00:00 2001 From: Fierelier Date: Sun, 14 May 2023 22:01:04 +0200 Subject: [PATCH] Enhance description of engine_event_get() --- modules/engine/FUNCTIONS.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/engine/FUNCTIONS.toml b/modules/engine/FUNCTIONS.toml index 2d8965e..91101f4 100644 --- a/modules/engine/FUNCTIONS.toml +++ b/modules/engine/FUNCTIONS.toml @@ -55,7 +55,7 @@ description = "Halt the program for some amount of time." type = "struct ENGINE_EVENT *" arguments = [] argNames = [] -description = "Get an event. If the type is ENGINE_EVENT_TYPE_NONE, there are no more events." +description = "Get an event. If the type is ENGINE_EVENT_TYPE_NONE, there are no more events. Needs to be freed with engine_free()." # TEXTURES [engine_texture_create]