summaryrefslogtreecommitdiff
path: root/include/lua_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lua_core.h')
-rw-r--r--include/lua_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lua_core.h b/include/lua_core.h
index 586f587..9deb44f 100644
--- a/include/lua_core.h
+++ b/include/lua_core.h
@@ -104,3 +104,4 @@ void uluaPushAutomationEvent( lua_State* L, AutomationEvent event );
void uluaPushAutomationEventList( lua_State* L, AutomationEventList eventList );
/* Utils. */
int uluaGetTableLen( lua_State* L, int index );
+bool uluaIsNil( lua_State* L, int index );