@@ -172,6 +172,12 @@ public:
lua_pushstring(m_state, key);
}
+ /// See Stack::push_table()
+ void push_key_begin(int32_t i)
+ {
+ lua_pushnumber(m_state, i);
+ }
+
/// See Stack::push_table()
void push_key_end()
{