|
| void | EnterRD () |
| |
| override void | OnAssetSetup () |
| | This is called before the tutorial assets are set up. Use this to change the asset settings on subclasses More...
|
| |
| override void | OnOnDestroy () |
| |
| override void | OnTutorialSetup () |
| |
| void | CloseTutorialWindow (bool destroySelf=true) |
| |
| DialogGUIBase[] | CreateDialog (string pageId, string textLoc, DialogGUIButton button) |
| |
| DialogGUIBase[] | CreateDialog (string pageId, string textLoc, DialogGUIButton[] button) |
| |
| DialogGUIBase[] | CreateDialog (string pageId, string textLoc) |
| |
| MultiOptionDialog | CreateDoneDialog (string pageId, string textLoc) |
| |
| MultiOptionDialog | CreateMultiButtonDialog (string pageId, string textLoc, BasicTutorial.TutorialButtonType buttons) |
| |
| MultiOptionDialog | CreateNextDialog (string pageId, string textLoc) |
| |
| MultiOptionDialog | CreateNoButtonDialog (string pageId, string textLoc) |
| |
| MultiOptionDialog | CreateOkDialog (string pageId, string textLoc) |
| |
| TutorialPage | CreateTutorialPage (string pageId, string titleLoc, KFSMStateChange onEnterCallback) |
| |
| string | GetCurrentStateName () |
| |
| virtual void | OnCloseButtonClick () |
| |
| virtual void | OnContinueButtonClick () |
| |
| virtual void | OnDoneButtonClick () |
| |
| virtual void | OnNextButtonClick () |
| |
| virtual void | OnOkButtonClick () |
| |
| void | SetDialogRect (Rect r) |
| |
| void TutorialScience.EnterRD |
( |
| ) |
|
|
inlineprotected |
| override void TutorialScience.OnAssetSetup |
( |
| ) |
|
|
inlineprotectedvirtual |
This is called before the tutorial assets are set up. Use this to change the asset settings on subclasses
Reimplemented from TutorialScenario.
| override void TutorialScience.OnLoad |
( |
ConfigNode |
node | ) |
|
|
inlinevirtual |
| override void TutorialScience.OnOnDestroy |
( |
| ) |
|
|
inlineprotectedvirtual |
| override void TutorialScience.OnSave |
( |
ConfigNode |
node | ) |
|
|
inlinevirtual |
| override void TutorialScience.OnTutorialSetup |
( |
| ) |
|
|
inlineprotectedvirtual |
< NK Note: the head doesn't seem to exist when this is run, but it does exist during dialog.OnUpdate below, so this still gets run.
Reimplemented from TutorialScenario.
| bool TutorialScience.complete |
| bool TutorialScience.enteredRDComplex = false |
| string TutorialScience.stateName = "welcome" |
The documentation for this class was generated from the following file: