Table of Contents

Class InstrumentDifficultySet

Namespace
ChartTools
Assembly
ChartTools.dll

Stores the estimated difficulties for instruments

public class InstrumentDifficultySet
Inheritance
InstrumentDifficultySet
Inherited Members

Properties

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?

GHLCoopGuitar

Difficulty of GHLCoopGuitar

[IniKeySerializable("diff_guitar_coop_ghl")]
public sbyte? GHLCoopGuitar { get; set; }

Property Value

sbyte?

GHLLeadGuitar

Difficulty of GHLLeadGuitar

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

Property Value

sbyte?

GHLRhythmGuitar

Difficulty of GHLRhythmGuitar

[IniKeySerializable("diff_rhythm_ghl")]
public sbyte? GHLRhythmGuitar { get; set; }

Property Value

sbyte?

StandardBass

Difficulty of StandardBass

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

Property Value

sbyte?

StandardCoopGuitar

Difficulty of StandardCoopGuitar

[IniKeySerializable("diff_guitar_coop")]
public sbyte? StandardCoopGuitar { get; set; }

Property Value

sbyte?

StandardKeys

Difficulty of StandardKeys

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

Property Value

sbyte?

StandardLeadGuitar

Difficulty of StandardLeadGuitar

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

Property Value

sbyte?

StandardRhythmGuitar

Difficulty of StandardRhythmGuitar

[IniKeySerializable("diff_rhythm")]
public sbyte? StandardRhythmGuitar { get; set; }

Property Value

sbyte?

Methods

GetDifficulty(InstrumentIdentity)

public ref sbyte? GetDifficulty(InstrumentIdentity identity)

Parameters

identity InstrumentIdentity

Returns

sbyte?