Example #1
0
 public void L_CheckType(int index, LuaType t)
 {
     LuaAPI.luaL_checktype(this.luaPtr, index, (int)t);
 }