Class ExMDifficulty
See ExM. This class contains functions related to difficulty control.
Inheritance
Inherited Members
Namespace: Danmokou.DMath.Functions
Assembly: cs.temp.dll.dll
Syntax
public static class ExMDifficulty
Methods
D()
Get the difficulty multiplier. 1 is easy, ~2.3 is lunatic. POSITIVE values outside this range are possible.
Declaration
public static tfloat D()
Returns
Type | Description |
---|---|
tfloat |
D3d1()
Return -1 if the difficulty is less than Normal, else 0 if less than Lunatic, else 1.
Declaration
public static tfloat D3d1()
Returns
Type | Description |
---|---|
tfloat |
D3d2()
Return -2 if the difficulty is less than Normal, else 0 if less than Lunatic, else 2.
Declaration
public static tfloat D3d2()
Returns
Type | Description |
---|---|
tfloat |
Dc()
Get the difficulty counter. 0 is easy, 3 is lunatic.
Declaration
public static tfloat Dc()
Returns
Type | Description |
---|---|
tfloat |
DcL()
Get the difficulty counter relative to lunatic. -3 is easy, 0 is lunatic.
Declaration
public static tfloat DcL()
Returns
Type | Description |
---|---|
tfloat |
DH()
Get the difficulty multiplier centered on hard.
Declaration
public static tfloat DH()
Returns
Type | Description |
---|---|
tfloat |
DL()
Get the difficulty multiplier centered on lunatic.
Declaration
public static tfloat DL()
Returns
Type | Description |
---|---|
tfloat |
DN()
Get the difficulty multiplier centered on normal.
Declaration
public static tfloat DN()
Returns
Type | Description |
---|---|
tfloat |
MaxRank()
Maximum possible rank value (inclusive).
Declaration
public static tfloat MaxRank()
Returns
Type | Description |
---|---|
tfloat |
MinRank()
Minumum possible rank value (inclusive).
Declaration
public static tfloat MinRank()
Returns
Type | Description |
---|---|
tfloat |
Rank()
Get the dynamic difficulty rank, which varies between MinRank and MaxRank.
Declaration
public static tfloat Rank()
Returns
Type | Description |
---|---|
tfloat |
RankRatio()
Declaration
public static tfloat RankRatio()
Returns
Type | Description |
---|---|
tfloat |