Show / Hide Table of Contents

Class ClothingChangedEventArgs

Inheritance
object
EventArgs
ClothingChangedEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Elements.Events
Assembly: SlipeServer.Server.dll
Syntax
public sealed class ClothingChangedEventArgs : EventArgs

Constructors

| Edit this page View Source

ClothingChangedEventArgs(Ped, ClothingType, byte?, byte?)

Declaration
public ClothingChangedEventArgs(Ped ped, ClothingType clothes, byte? previous, byte? current)
Parameters
Type Name Description
Ped ped
ClothingType clothes
byte? previous
byte? current

Properties

| Edit this page View Source

ClothingType

Declaration
public ClothingType ClothingType { get; }
Property Value
Type Description
ClothingType
| Edit this page View Source

Current

Declaration
public byte? Current { get; }
Property Value
Type Description
byte?
| Edit this page View Source

Ped

Declaration
public Ped Ped { get; }
Property Value
Type Description
Ped
| Edit this page View Source

Previous

Declaration
public byte? Previous { get; }
Property Value
Type Description
byte?
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX