Show / Hide Table of Contents

    Delegate ServerLoginManager.NotifyOnLogout

    Event delegate for logging out

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

    The network connection

    Back to top Elavad Documentation