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 *"
|
type = "struct ENGINE_EVENT *"
|
||||||
arguments = []
|
arguments = []
|
||||||
argNames = []
|
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
|
# TEXTURES
|
||||||
[engine_texture_create]
|
[engine_texture_create]
|
||||||
|
Loading…
Reference in New Issue
Block a user