Class OnLeaveArgs
Inherited Members
Namespace: Slipe.Shared.Pickups.Events
Assembly: SlipeShared.dll
Syntax
public class OnLeaveArgs
Properties
| Improve this Doc View SourceIsDimensionMatching
True if the dimensions of the elements are matching, false otherwise
Declaration
public bool IsDimensionMatching { get; }
Property Value
Type | Description |
---|---|
Boolean |
Player
The player that left the pickup
Declaration
public SharedPed Player { get; }
Property Value
Type | Description |
---|---|
SharedPed |