Table of Contents

Class LocalEvent

Namespace
ChartTools.Events
Assembly
ChartTools.dll

Event specific to an instrument and difficulty

public class LocalEvent : Event, ITrackObject, IReadOnlyTrackObject
Inheritance
LocalEvent
Implements
Inherited Members
Extension Methods

Constructors

LocalEvent(uint)

Marker that defines an occurrence at a given point in a song.

public LocalEvent(uint position)

Parameters

position uint

LocalEvent(uint, string)

public LocalEvent(uint position, string data)

Parameters

position uint
data string

LocalEvent(uint, string, string)

public LocalEvent(uint position, string type, string argument = "")

Parameters

position uint
type string
argument string

Properties

IsOwFaceEvent

public bool IsOwFaceEvent { get; }

Property Value

bool

IsSoloEvent

public bool IsSoloEvent { get; }

Property Value

bool