Exemplo n.º 1
0
    static int FriendListChangedDelegate(IntPtr L)
    {
        LuaScriptMgr.CheckArgsCount(L, 1);
        LuaFunction arg0 = LuaScriptMgr.GetLuaFunction(L, 1);

        FriendData.OnListChanged o = FriendData.FriendListChangedDelegate(arg0);
        LuaScriptMgr.Push(L, o);
        return(1);
    }