Show / Hide Table of Contents

Class OnPickupLeaveEventArgs

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

Properties

| Improve this Doc View Source

IsDimensionMatching

True if the dimensions of the elements are the same

Declaration
public bool IsDimensionMatching { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

Pickup

The pickup

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