Table of Contents

Class InstrumentDifficultySet

Namespace
ChartTools
Assembly
ChartTools.dll

Stores the estimated difficulties for instruments

public class InstrumentDifficultySet
Inheritance
InstrumentDifficultySet
Inherited Members
Extension Methods

Properties

Bass

Difficulty of Bass

[IniKeySerializable("diff_bass")]
public sbyte? Bass { get; set; }

Property Value

sbyte?

Drums

Difficulty of Drums

[IniKeySerializable("diff_drums")]
public sbyte? Drums { get; set; }

Property Value

sbyte?

GHLBass

Difficulty of GHLBass

[IniKeySerializable("diff_bassghl")]
public sbyte? GHLBass { get; set; }

Property Value

sbyte?

GHLGuitar

Difficulty of GHLGuitar

[IniKeySerializable("diff_guitarghl")]
public sbyte? GHLGuitar { get; set; }

Property Value

sbyte?

Guitar

Difficulty of LeadGuitar, CoopGuitar and RhythmGuitar

[IniKeySerializable("diff_guitar")]
public sbyte? Guitar { get; set; }

Property Value

sbyte?

Keys

Difficulty of Keys

[IniKeySerializable("diff_keys")]
public sbyte? Keys { get; set; }

Property Value

sbyte?

Methods

GetDifficulty(InstrumentIdentity)

Gets the difficulty for an InstrumentIdentity.

public sbyte? GetDifficulty(InstrumentIdentity identity)

Parameters

identity InstrumentIdentity

Returns

sbyte?

SetDifficulty(InstrumentIdentity, sbyte?)

Sets the difficulty for an InstrumentIdentity.

public void SetDifficulty(InstrumentIdentity identity, sbyte? difficulty)

Parameters

identity InstrumentIdentity
difficulty sbyte?