Show / Hide Table of Contents

Class OnLogoutEventArgs

Inheritance
Object
OnLogoutEventArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Server.Peds.Events
Assembly: SlipeServer.dll
Syntax
public class OnLogoutEventArgs

Properties

| Improve this Doc View Source

NewAccount

The new account the player has signed in to

Declaration
public Account NewAccount { get; }
Property Value
Type Description
Account
| Improve this Doc View Source

PreviousAccount

The previous account the player was signed in with

Declaration
public Account PreviousAccount { get; }
Property Value
Type Description
Account
  • Improve this Doc
  • View Source
Back to top Generated by DocFX