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
GHLBass
Difficulty of GHLBass
[IniKeySerializable("diff_bassghl")]
public sbyte? GHLBass { get; set; }
Property Value
GHLCoopGuitar
Difficulty of GHLCoopGuitar
[IniKeySerializable("diff_guitar_coop_ghl")]
public sbyte? GHLCoopGuitar { get; set; }
Property Value
GHLLeadGuitar
Difficulty of GHLLeadGuitar
[IniKeySerializable("diff_guitarghl")]
public sbyte? GHLLeadGuitar { get; set; }
Property Value
GHLRhythmGuitar
Difficulty of GHLRhythmGuitar
[IniKeySerializable("diff_rhythm_ghl")]
public sbyte? GHLRhythmGuitar { get; set; }
Property Value
StandardBass
Difficulty of StandardBass
[IniKeySerializable("diff_bass")]
public sbyte? StandardBass { get; set; }
Property Value
StandardCoopGuitar
Difficulty of StandardCoopGuitar
[IniKeySerializable("diff_guitar_coop")]
public sbyte? StandardCoopGuitar { get; set; }
Property Value
StandardKeys
Difficulty of StandardKeys
[IniKeySerializable("diff_keys")]
public sbyte? StandardKeys { get; set; }
Property Value
StandardLeadGuitar
Difficulty of StandardLeadGuitar
[IniKeySerializable("diff_guitar")]
public sbyte? StandardLeadGuitar { get; set; }
Property Value
StandardRhythmGuitar
Difficulty of StandardRhythmGuitar
[IniKeySerializable("diff_rhythm")]
public sbyte? StandardRhythmGuitar { get; set; }
Property Value
Methods
GetDifficulty(InstrumentIdentity)
public ref sbyte? GetDifficulty(InstrumentIdentity identity)
Parameters
identity
InstrumentIdentity