Méthode | Description | |
---|---|---|
AddEffectState ( |
||
EffectState ( string name ) : System.Text.RegularExpressions | ||
EffectState ( string name, EffectLevel level ) : System.Text.RegularExpressions | ||
EffectState ( string name, EffectLevel level, bool isDisturbance ) : System.Text.RegularExpressions | ||
SubtractEffectState ( |
||
ToString ( ) : string |
Méthode | Description | |
---|---|---|
addEffect ( EffectLevel level ) : void | ||
levelToScore ( EffectLevel level ) : int |
public AddEffectState ( |
||
state | ||
Résultat | void |
public EffectState ( string name ) : System.Text.RegularExpressions | ||
name | string | |
Résultat | System.Text.RegularExpressions |
public EffectState ( string name, EffectLevel level ) : System.Text.RegularExpressions | ||
name | string | |
level | EffectLevel | |
Résultat | System.Text.RegularExpressions |
public EffectState ( string name, EffectLevel level, bool isDisturbance ) : System.Text.RegularExpressions | ||
name | string | |
level | EffectLevel | |
isDisturbance | bool | |
Résultat | System.Text.RegularExpressions |
public SubtractEffectState ( |
||
state | ||
Résultat | void |