|
sc2-gamedata
|
#include <Conversation.h>

Public Attributes | |
| TConversationItemId | Id |
| Item Id. More... | |
| CStringLink | Name |
| Name. More... | |
| CString | Comment |
| Comment. More... | |
| EConversationSelectionMethod | ChoiceSelection |
| Choice Selection. More... | |
| uint32 | MaxChoices |
| Maximum Choices. More... | |
| EConversationSelectionMethod | LineSelection |
| Line Selection. More... | |
| uint32 | MaxLines |
| Maximum Lines. More... | |
| flag8 | PlayOnceOnly |
| Play Once Only. More... | |
| TConversationStateIndexId | ChoiceCamera |
| Choice Camera. More... | |
| EConversationConditionCheck | ConditionCheck |
| Condition Check. More... | |
| std::vector< SConversationCondition > | Conditions |
| Conditions. More... | |
| std::vector< TConversationItemId > | Children |
| Children. More... | |
| CString | CutsceneFile |
| Cutscene File. More... | |
| CGamePoint3D | CutscenePosition |
| Cutscene Position. More... | |
| flag8 | ApplyCutsceneToChildren |
| Apply Cutscene To Children. More... | |
| flag8 SConversationGroup::ApplyCutsceneToChildren |
Apply Cutscene To Children.
Apply the cutscene to all lines contained within the group
| std::vector<TConversationItemId> SConversationGroup::Children |
Children.
Child conversation data
| TConversationStateIndexId SConversationGroup::ChoiceCamera |
Choice Camera.
Camera angle for the conversation choice selection
| EConversationSelectionMethod SConversationGroup::ChoiceSelection |
Choice Selection.
Camera choice selection for the conversation group
| CString SConversationGroup::Comment |
Comment.
Comment text that will only appear in the editor
| EConversationConditionCheck SConversationGroup::ConditionCheck |
Condition Check.
Option for checking All or Any conditions
| std::vector<SConversationCondition> SConversationGroup::Conditions |
Conditions.
Group conditions
| CString SConversationGroup::CutsceneFile |
Cutscene File.
Cutscene file to be played for this group
| CGamePoint3D SConversationGroup::CutscenePosition |
Cutscene Position.
World position for cutscene playback
| TConversationItemId SConversationGroup::Id |
Item Id.
Conversation group ID
| EConversationSelectionMethod SConversationGroup::LineSelection |
Line Selection.
Random, Sequenced, or Ordered line dialog
| uint32 SConversationGroup::MaxChoices |
Maximum Choices.
Maximum number of choices allowed
| uint32 SConversationGroup::MaxLines |
Maximum Lines.
Maximum number of lines before conversation ends
| CStringLink SConversationGroup::Name |
Name.
Group Name
| flag8 SConversationGroup::PlayOnceOnly |
Play Once Only.
Only include this group during the conversation if it contains unplayed lines
1.8.14