Elin Modding Docs Doc
|
Public Member Functions | |
DramaChoice (string text, string idJump, string idAction="", string CHECK="", string IF="") | |
DramaChoice | DisableSound () |
DramaChoice | SetOnTooltip (Action< UITooltip > action) |
DramaChoice | SetOnClick (Action action) |
DramaChoice | SetCondition (Func< bool > condition) |
Public Attributes | |
int | index |
string | text |
string | idJump |
string | idAction |
string | CHECK |
string | IF |
bool | sound = true |
bool | forceHighlight |
Action | onClick |
Action | onJump |
Action< UITooltip > | onTooltip |
Func< bool > | activeCondition |
Check | check |
UIButton | button |
Static Public Attributes | |
static DramaChoice | lastChoice |
Definition at line 4 of file DramaChoice.cs.
DramaChoice.DramaChoice | ( | string | text, |
string | idJump, | ||
string | idAction = "", | ||
string | CHECK = "", | ||
string | IF = "" ) |
Definition at line 7 of file DramaChoice.cs.
DramaChoice DramaChoice.DisableSound | ( | ) |
Definition at line 17 of file DramaChoice.cs.
DramaChoice DramaChoice.SetCondition | ( | Func< bool > | condition | ) |
Definition at line 38 of file DramaChoice.cs.
DramaChoice DramaChoice.SetOnClick | ( | Action | action | ) |
Definition at line 31 of file DramaChoice.cs.
DramaChoice DramaChoice.SetOnTooltip | ( | Action< UITooltip > | action | ) |
Definition at line 24 of file DramaChoice.cs.
Func<bool> DramaChoice.activeCondition |
Definition at line 81 of file DramaChoice.cs.
UIButton DramaChoice.button |
Definition at line 87 of file DramaChoice.cs.
string DramaChoice.CHECK |
Definition at line 60 of file DramaChoice.cs.
Check DramaChoice.check |
Definition at line 84 of file DramaChoice.cs.
bool DramaChoice.forceHighlight |
Definition at line 69 of file DramaChoice.cs.
string DramaChoice.idAction |
Definition at line 57 of file DramaChoice.cs.
string DramaChoice.idJump |
Definition at line 54 of file DramaChoice.cs.
string DramaChoice.IF |
Definition at line 63 of file DramaChoice.cs.
int DramaChoice.index |
Definition at line 48 of file DramaChoice.cs.
|
static |
Definition at line 45 of file DramaChoice.cs.
Action DramaChoice.onClick |
Definition at line 72 of file DramaChoice.cs.
Action DramaChoice.onJump |
Definition at line 75 of file DramaChoice.cs.
Action<UITooltip> DramaChoice.onTooltip |
Definition at line 78 of file DramaChoice.cs.
bool DramaChoice.sound = true |
Definition at line 66 of file DramaChoice.cs.
string DramaChoice.text |
Definition at line 51 of file DramaChoice.cs.