|
| 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) |
| |
| override void TutorialEditorMid.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 TutorialEditorMid.OnLoad |
( |
ConfigNode |
node | ) |
|
|
inlinevirtual |
| override void TutorialEditorMid.OnOnDestroy |
( |
| ) |
|
|
inlineprotectedvirtual |
| override void TutorialEditorMid.OnSave |
( |
ConfigNode |
node | ) |
|
|
inlinevirtual |
| override void TutorialEditorMid.OnTutorialSetup |
( |
| ) |
|
|
inlineprotectedvirtual |
| bool TutorialEditorMid.complete |
| string TutorialEditorMid.oldVesselName = "Hopper" |
| string TutorialEditorMid.stateName = "welcome" |
The documentation for this class was generated from the following file: