Show / Hide Table of Contents

Class OnHitArgs

Inheritance
Object
OnHitArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Shared.Pickups.Events
Assembly: SlipeShared.dll
Syntax
public class OnHitArgs

Properties

| Improve this Doc View Source

IsDimensionMatching

True if the dimensions of the two elements are matching, false otherwise

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

Player

The player that hit this pickup

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