Enhance description of engine_event_get()

This commit is contained in:
Fierelier 2023-05-14 22:01:04 +02:00
parent a277ca0d86
commit f112907af7

View File

@ -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]