コード例 #1
0
ファイル: LuaAPI.cs プロジェクト: qipa/lua-unity-binding
 public static int luaL_newmetatable(LuaState state, string tableName)
 {
     return(LuaNativeBinding.luaL_newmetatable(state, tableName));
 }