Class ClothingChangedEventArgs
  
  
  
    Inheritance
    
    
    ClothingChangedEventArgs
   
  
  
  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
  
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  ClothingType
  
  
  Declaration
  
    public ClothingType ClothingType { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Current
  
  
  Declaration
  
    public byte? Current { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Ped
  
  
  Declaration
  
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Previous
  
  
  Declaration
  
    public byte? Previous { get; }
   
  Property Value