|
| void | Build (Chara c) |
| |
| string | GetRumor (Chara c) |
| |
| bool | HasTopic (string idSheet, string idTopic) |
| |
| string | GetText (Chara c, string idSheet, string idTopic) |
| |
| string | GetTopic (Chara c, string idTopic=null) |
| |
| void | BuildTextData () |
| |
| DramaEvent | Event (DramaEvent e) |
| |
| void | Step (string step) |
| |
| void | Method (Action action, Func< bool > endFunc=null, string idJump=null) |
| |
| void | End () |
| |
| void | Goto (string idJump) |
| |
| void | GotoDefault () |
| |
| void | _Talk (string idActor, string text, string idJump=null) |
| |
| void | _Talk (string idActor, Func< string > funcText, string idJump=null) |
| |
| void | _TempTalk (string idActor, string text, string idJump=null) |
| |
| void | TempGoto (string idJump=null) |
| |
| DramaChoice | Choice (string lang, string idJump, bool cancel=false) |
| |
| DramaChoice | Choice (string lang, Action onJump) |
| |
| DramaChoice | Choice2 (string lang, string idJump) |
| |
| void | EnableCancel (string idCancelJump=null) |
| |
| List< Card > | GetListGuide () |
| |
Definition at line 8 of file DramaCustomSequence.cs.
◆ _Talk() [1/2]
| void DramaCustomSequence._Talk |
( |
string | idActor, |
|
|
Func< string > | funcText, |
|
|
string | idJump = null ) |
◆ _Talk() [2/2]
| void DramaCustomSequence._Talk |
( |
string | idActor, |
|
|
string | text, |
|
|
string | idJump = null ) |
◆ _TempTalk()
| void DramaCustomSequence._TempTalk |
( |
string | idActor, |
|
|
string | text, |
|
|
string | idJump = null ) |
◆ Build()
| void DramaCustomSequence.Build |
( |
Chara | c | ) |
|
◆ BuildTextData()
| void DramaCustomSequence.BuildTextData |
( |
| ) |
|
◆ Choice() [1/2]
| DramaChoice DramaCustomSequence.Choice |
( |
string | lang, |
|
|
Action | onJump ) |
◆ Choice() [2/2]
| DramaChoice DramaCustomSequence.Choice |
( |
string | lang, |
|
|
string | idJump, |
|
|
bool | cancel = false ) |
◆ Choice2()
| DramaChoice DramaCustomSequence.Choice2 |
( |
string | lang, |
|
|
string | idJump ) |
◆ EnableCancel()
| void DramaCustomSequence.EnableCancel |
( |
string | idCancelJump = null | ) |
|
◆ End()
| void DramaCustomSequence.End |
( |
| ) |
|
◆ Event()
◆ GetListGuide()
| List< Card > DramaCustomSequence.GetListGuide |
( |
| ) |
|
◆ GetRumor()
| string DramaCustomSequence.GetRumor |
( |
Chara | c | ) |
|
◆ GetText()
| string DramaCustomSequence.GetText |
( |
Chara | c, |
|
|
string | idSheet, |
|
|
string | idTopic ) |
◆ GetTopic()
| string DramaCustomSequence.GetTopic |
( |
Chara | c, |
|
|
string | idTopic = null ) |
◆ Goto()
| void DramaCustomSequence.Goto |
( |
string | idJump | ) |
|
◆ GotoDefault()
| void DramaCustomSequence.GotoDefault |
( |
| ) |
|
◆ HasTopic()
| bool DramaCustomSequence.HasTopic |
( |
string | idSheet, |
|
|
string | idTopic ) |
◆ Method()
| void DramaCustomSequence.Method |
( |
Action | action, |
|
|
Func< bool > | endFunc = null, |
|
|
string | idJump = null ) |
◆ Step()
| void DramaCustomSequence.Step |
( |
string | step | ) |
|
◆ TempGoto()
| void DramaCustomSequence.TempGoto |
( |
string | idJump = null | ) |
|
◆ destCard
| Card DramaCustomSequence.destCard |
◆ destChara
| Chara DramaCustomSequence.destChara |
◆ destQuest
| Quest DramaCustomSequence.destQuest |
◆ destThing
| Thing DramaCustomSequence.destThing |
◆ events
◆ idCustom
| string DramaCustomSequence.idCustom |
◆ idDefault
| string DramaCustomSequence.idDefault |
◆ manager
◆ sequence
◆ setup
◆ StepDefault
| string DramaCustomSequence.StepDefault |
|
get |
◆ StepEnd
| string DramaCustomSequence.StepEnd |
|
get |
The documentation for this class was generated from the following file: