Esempio n. 1
0
 public static void PushBoolean(LuaStatePtr l, bool b)
 {
     LuaDelegates.lua_pushboolean(l, b ? 1 : 0);
 }