Show / Hide Table of Contents

    Delegate ServerLoginManager.NotifyOnLoginAndLoaded

    Event delegate for a successful login and load

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

    The network connection

    Back to top Elavad Documentation