コード例 #1
0
ファイル: LuaAPI.cs プロジェクト: qipa/lua-unity-binding
    //TODO: luaL_setfuncs

    public static IntPtr luaL_getsubtable(LuaState state, int index, string fName)
    {
        return(LuaNativeBinding.luaL_getsubtable(state, index, fName));
    }