Show / Hide Table of Contents

Class OnContactEventArgs

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

Properties

| Improve this Doc View Source

NewElement

The new element the player is standing on (can be null)

Declaration
public PhysicalElement NewElement { get; }
Property Value
Type Description
PhysicalElement
| Improve this Doc View Source

PreviousElement

The element the player was previously standing on (can be null)

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