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
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
GHLGuitar
Difficulty of GHLGuitar
[IniKeySerializable("diff_guitarghl")]
public sbyte? GHLGuitar { get; set; }
Property Value
Guitar
Difficulty of LeadGuitar, CoopGuitar and RhythmGuitar
[IniKeySerializable("diff_guitar")]
public sbyte? Guitar { get; set; }
Property Value
Keys
Difficulty of Keys
[IniKeySerializable("diff_keys")]
public sbyte? Keys { get; set; }
Property Value
Methods
GetDifficulty(InstrumentIdentity)
Gets the difficulty for an InstrumentIdentity.
public sbyte? GetDifficulty(InstrumentIdentity identity)
Parameters
identity
InstrumentIdentity
Returns
SetDifficulty(InstrumentIdentity, sbyte?)
Sets the difficulty for an InstrumentIdentity.
public void SetDifficulty(InstrumentIdentity identity, sbyte? difficulty)
Parameters
identity
InstrumentIdentitydifficulty
sbyte?