Beispiel #1
0
    static int GetKStringVInt(IntPtr L)
    {
        LuaScriptMgr.CheckArgsCount(L, 2);
        MsgUnPacker obj            = (MsgUnPacker)LuaScriptMgr.GetNetObjectSelf(L, 1, "MsgUnPacker");
        int         arg0           = (int)LuaScriptMgr.GetNumber(L, 2);
        Dictionary <string, int> o = obj.GetKStringVInt(arg0);

        LuaScriptMgr.PushObject(L, o);
        return(1);
    }