sc2-gamedata
Public Attributes | List of all members
SConversationChoice Struct Reference

#include <Conversation.h>

Collaboration diagram for SConversationChoice:
Collaboration graph
[legend]

Public Attributes

TConversationItemId Id
 Item Id. More...
 
CStringLink Text
 Text. More...
 
CString Comment
 Comment. More...
 
flag8 RequiresPrevious
 Requires Previous. More...
 
flag8 Permanent
 Permanent. More...
 
EConversationConditionCheck ConditionCheck
 Condition Check. More...
 
std::vector< SConversationConditionConditions
 Conditions. More...
 
std::vector< SConversationActionActions
 Actions. More...
 
std::vector< TConversationItemIdChildren
 Children. More...
 

Detailed Description

Remarks
Struct

Member Data Documentation

◆ Actions

std::vector<SConversationAction> SConversationChoice::Actions

Actions.

Actions for the conversation choices

◆ Children

std::vector<TConversationItemId> SConversationChoice::Children

Children.

Child conversation choice data

◆ Comment

CString SConversationChoice::Comment

Comment.

Comment text that will only appear in the editor

◆ ConditionCheck

EConversationConditionCheck SConversationChoice::ConditionCheck

Condition Check.

Option for checking All or Any conditions

◆ Conditions

std::vector<SConversationCondition> SConversationChoice::Conditions

Conditions.

Conditions for the conversation choices

◆ Id

TConversationItemId SConversationChoice::Id

Item Id.

Conversation choice ID

◆ Permanent

flag8 SConversationChoice::Permanent

Permanent.

When enabled, the conversation is marked as read after it is viewed.

◆ RequiresPrevious

flag8 SConversationChoice::RequiresPrevious

Requires Previous.

When enabled, a response to the previous dialog is required.

◆ Text

CStringLink SConversationChoice::Text

Text.

Name of the conversation choice


The documentation for this struct was generated from the following file: