Table of Contents

Class InstrumentDifficultySet

Namespace
ChartTools.Meta
Assembly
ChartTools.dll

Stores the estimated difficulties for instruments

public sealed class InstrumentDifficultySet
Inheritance
InstrumentDifficultySet
Inherited Members
Extension Methods

Constructors

InstrumentDifficultySet()

public InstrumentDifficultySet()

Properties

Drums

Difficulty of Drums

public sbyte? Drums { get; set; }

Property Value

sbyte?

GHLBass

Difficulty of GHLBass

public sbyte? GHLBass { get; set; }

Property Value

sbyte?

GHLCoopGuitar

Difficulty of GHLCoopGuitar

public sbyte? GHLCoopGuitar { get; set; }

Property Value

sbyte?

GHLLeadGuitar

Difficulty of GHLLeadGuitar

public sbyte? GHLLeadGuitar { get; set; }

Property Value

sbyte?

GHLRhythmGuitar

Difficulty of GHLRhythmGuitar

public sbyte? GHLRhythmGuitar { get; set; }

Property Value

sbyte?

StandardBass

Difficulty of StandardBass

public sbyte? StandardBass { get; set; }

Property Value

sbyte?

StandardCoopGuitar

Difficulty of StandardCoopGuitar

public sbyte? StandardCoopGuitar { get; set; }

Property Value

sbyte?

StandardKeys

Difficulty of StandardKeys

public sbyte? StandardKeys { get; set; }

Property Value

sbyte?

StandardLeadGuitar

Difficulty of StandardLeadGuitar

public sbyte? StandardLeadGuitar { get; set; }

Property Value

sbyte?

StandardRhythmGuitar

Difficulty of StandardRhythmGuitar

public sbyte? StandardRhythmGuitar { get; set; }

Property Value

sbyte?

Methods

GetDifficulty(InstrumentIdentity)

public ref sbyte? GetDifficulty(InstrumentIdentity identity)

Parameters

identity InstrumentIdentity

Returns

sbyte?