Class OnContactEventArgs
Inherited Members
Namespace: Slipe.Server.Peds.Events
Assembly: SlipeServer.dll
Syntax
public class OnContactEventArgs
Properties
| Improve this Doc View SourceNewElement
The new element the player is standing on (can be null)
Declaration
public PhysicalElement NewElement { get; }
Property Value
Type | Description |
---|---|
PhysicalElement |
PreviousElement
The element the player was previously standing on (can be null)
Declaration
public PhysicalElement PreviousElement { get; }
Property Value
Type | Description |
---|---|
PhysicalElement |