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