Enhance description of engine_event_get()
This commit is contained in:
parent
a277ca0d86
commit
f112907af7
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user