|
Adventure Creator 1.85.1
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2025
|
Public Member Functions | |
| ConversationData () | |
| Public Member Functions inherited from AC.RememberData | |
| RememberData () | |
Public Attributes | |
| string | _optionStates |
| string | _optionLocks |
| string | _optionChosens |
| int | lastOption |
| string | _optionLabels |
| string | _optionLineIDs |
| string | _optionIDs |
| Public Attributes inherited from AC.RememberData | |
| int | objectID |
| bool | savePrevented |
A data container used by the RememberConversation script.
| AC.ConversationData.ConversationData | ( | ) |
The default Constructor.
| string AC.ConversationData._optionChosens |
The 'already chosen' state of each DialogOption
| string AC.ConversationData._optionIDs |
The IDs of each DialogOption
| string AC.ConversationData._optionLabels |
The labels of each DialogOption
| string AC.ConversationData._optionLineIDs |
The line IDs of each DialogOption
| string AC.ConversationData._optionLocks |
The locked state of each DialogOption
| string AC.ConversationData._optionStates |
The enabled state of each DialogOption
| int AC.ConversationData.lastOption |
The index of the last-chosen option