|
| enum | Result { CriticalPass
, Pass
, Fail
, CriticalFail
} |
| |
| enum | Output { None
, Default
} |
| |
|
| static Check | Get (string id, float dcMod=1f) |
| |
| static int | rnd (int a) |
| |
| static int | curve (int a, int start, int step, int rate=75) |
| |
| static int | rndHalf (int a) |
| |
| static float | rndf (float a) |
| |
| static int | rndSqrt (int a) |
| |
| static void | Wait (float a, Card c) |
| |
| static void | Wait (float a, Point p) |
| |
| static int | Bigger (int a, int b) |
| |
| static int | Smaller (int a, int b) |
| |
Definition at line 5 of file Check.cs.
◆ Output
◆ Result
◆ Get()
| static Check Check.Get |
( |
string | id, |
|
|
float | dcMod = 1f ) |
|
static |
◆ GetDC()
| int Check.GetDC |
( |
Card | tg = null | ) |
|
◆ GetFinalDC()
| int Check.GetFinalDC |
( |
Chara | p, |
|
|
Card | tg = null ) |
◆ GetText()
| string Check.GetText |
( |
Chara | p, |
|
|
Card | tg, |
|
|
bool | inDialog = false ) |
◆ Perform() [1/2]
| Check.Result Check.Perform |
( |
Chara | p, |
|
|
Card | tg, |
|
|
Action< Check.Result > | action ) |
◆ Perform() [2/2]
| Check.Result Check.Perform |
( |
Chara | p, |
|
|
Card | tg = null ) |
◆ _source
◆ dcMod
◆ id
◆ baseDC
◆ mainElementName
| string Check.mainElementName |
|
get |
◆ source
The documentation for this class was generated from the following file: