Class OnPickupLeaveEventArgs
Inherited Members
Namespace: Slipe.Client.Peds.Events
Assembly: SlipeClient.dll
Syntax
public class OnPickupLeaveEventArgs
Properties
| Improve this Doc View SourceIsDimensionMatching
True if the dimensions of the elements are the same
Declaration
public bool IsDimensionMatching { get; }
Property Value
Type | Description |
---|---|
Boolean |
Pickup
The pickup
Declaration
public Pickup Pickup { get; }
Property Value
Type | Description |
---|---|
Pickup |