Public Member Functions | |
| delegate void | DUGControllerEventDelegate (DUGEventDataRunTime evtObj) |
Static Public Member Functions | |
| static void | Init (DUGModel d) |
| static DUGModelNode | Run (string startNodeId=null) |
| static DUGModelNode | GetPreviousNode (bool onlyTextNode=true) |
| static bool | CanGetPreviousNode (bool onlyTextNode=true) |
| static DUGModelNode | GetNextNode (int next=0, bool onlyTextNode=true) |
| static DUGModelNode | GetNodeById (string nodeId, bool onlyTextNode=true) |
| static bool | IsEntryActive (DUGModelNodeEntry entry) |
| static bool | IsEntryLinked (DUGModelNodeEntry entry) |
| static string | GetRunTimeTextForEntry (DUGModelNodeEntry entry) |
| static bool | ShouldVariableBeDisplayed (DUGModelVariable variable) |
Static Public Attributes | |
| static DUGModel | model |
| static DUGStorage | storage |
The main object for building a player on top and interact with the data model
|
static |
Init the interpreter
| d | is the current DUGModelInstance instance |
| startNodeId | could be used if the dialog should start somewhere specific |
|
static |
Start up for the ui
| startNodeId | could be used if the dialog should start somewhere specific |
1.8.2