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

Public Attributes | |
| TConversationStateOpId | FixedId |
| Fixed Id. More... | |
| CConversationStateLink | State |
| State. More... | |
| TConversationStateIndexId | Index |
| Index. More... | |
| SConversationUserValue | User |
| User. More... | |
| EConversationConditionOp | Operation |
| Operation. More... | |
| int32 | Value |
| Value. More... | |
| TConversationStateOpId SConversationCondition::FixedId |
Fixed Id.
Arbitrary identifier used when defining 'fixed' conditions that automatically show up in the editor
| TConversationStateIndexId SConversationCondition::Index |
Index.
Default conditions for the conversation choices
| EConversationConditionOp SConversationCondition::Operation |
Operation.
Operation modifier array for the conversation choices
| CConversationStateLink SConversationCondition::State |
State.
Previously met conditions array for the conversation choices
| SConversationUserValue SConversationCondition::User |
User.
User defined data to be checked by this condition
| int32 SConversationCondition::Value |
Value.
Previously met condition value array for the conversation choices
1.8.14