Table of Contents

Class PlayerDropMarkerRequested

Namespace
Uncreated.Warfare.Events.Models.Players
Assembly
Uncreated.Warfare.dll
public class PlayerDropMarkerRequested : CancellablePlayerEvent, IPlayerEvent, ICancellable
Inheritance
PlayerDropMarkerRequested
Implements
Inherited Members

Properties

IsNewMarkerBeingPlaced

If the marker is being placed instead of cleared.

public bool IsNewMarkerBeingPlaced { get; set; }

Property Value

bool

MarkerDisplayText

The displayed text of the marker that the player is requesting to place.

public string MarkerDisplayText { get; set; }

Property Value

string

MarkerWorldPosition

The world position of the marker that the player is requesting to place.

public Vector3 MarkerWorldPosition { get; set; }

Property Value

Vector3