Class OnMarkerLeaveEventArgs
Inherited Members
Namespace: Slipe.Server.Peds.Events
Assembly: SlipeServer.dll
Syntax
public class OnMarkerLeaveEventArgs
Properties
| Improve this Doc View SourceIsDimensionMatching
True if the elements are in the same dimension, false otherwise
Declaration
public bool IsDimensionMatching { get; }
Property Value
Type | Description |
---|---|
Boolean |
Marker
The marker that was left
Declaration
public Marker Marker { get; }
Property Value
Type | Description |
---|---|
Marker |