Show / Hide Table of Contents

    Delegate ServerLoginManager.NotifyOnLogin

    Event delegate for a successful login

    Namespace: Engine.Account
    Assembly: Engine.Account.dll
    Syntax
    public delegate void NotifyOnLogin(NetworkConnection c, LoginResponse_2 responsePacket);
    Parameters
    Type Name Description
    Unity.Networking.Transport.NetworkConnection c

    The network connection

    LoginResponse_2 responsePacket
    Back to top Elavad Documentation