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

Public Attributes | |
| TConversationStateIndexId | Id |
| Item Id. More... | |
| CStringLink | Name |
| Name. More... | |
| CStringLink | EditorPrefix |
| Editor Prefix. More... | |
| CStringLink | EditorSuffix |
| Editor Suffix. More... | |
| CColor | Color |
| Color. More... | |
| CImagePath | ImagePath |
| Image Path. More... | |
| ETextTagEdge | ImageEdge |
| Image Edge. More... | |
| EAttachmentID | ImageAttach |
| Image Attach Point. More... | |
| CMoviePath | MoviePath |
| Movie. More... | |
| std::vector< SConversationStateInfoText > | InfoText |
| Info - Text. More... | |
| std::vector< SConversationStateInfoValue > | InfoValue |
| Info - Values. More... | |
| std::vector< SConversationStateInfoModel > | InfoModel |
| Info - Models. More... | |
| std::vector< SConversationStateInfoUpgrade > | InfoUpgrade |
| Info - Upgrades. More... | |
| std::vector< SConversationStateInfoAbilCmd > | InfoAbilCmd |
| Info - Ability Commands. More... | |
| std::vector< SConversationStateVariation > | Variations |
| Variations. More... | |
| CColor SConversationStateIndex::Color |
Color.
Color of the conversation state
| CStringLink SConversationStateIndex::EditorPrefix |
Editor Prefix.
Text included before the name when displaying in the editor only
| CStringLink SConversationStateIndex::EditorSuffix |
Editor Suffix.
Text included after the name when displaying in the editor only
| TConversationStateIndexId SConversationStateIndex::Id |
Item Id.
Conversation state ID
| EAttachmentID SConversationStateIndex::ImageAttach |
Image Attach Point.
Attachment point for trigger-based image display associated with this state
| ETextTagEdge SConversationStateIndex::ImageEdge |
Image Edge.
Text tag edge for trigger-based image display associated with this state
| CImagePath SConversationStateIndex::ImagePath |
Image Path.
Image path for trigger-based image display associated with this state
| std::vector<SConversationStateInfoAbilCmd> SConversationStateIndex::InfoAbilCmd |
Info - Ability Commands.
Ability command associated with a state value
| std::vector<SConversationStateInfoModel> SConversationStateIndex::InfoModel |
Info - Models.
Model associated with a state value
| std::vector<SConversationStateInfoText> SConversationStateIndex::InfoText |
Info - Text.
Text associated with a state value
| std::vector<SConversationStateInfoUpgrade> SConversationStateIndex::InfoUpgrade |
Info - Upgrades.
Upgrade associated with a state value
| std::vector<SConversationStateInfoValue> SConversationStateIndex::InfoValue |
Info - Values.
Numerical value associated with a state value
| CMoviePath SConversationStateIndex::MoviePath |
Movie.
Movie file associated with a state value
| CStringLink SConversationStateIndex::Name |
Name.
Name of the conversation state
| std::vector<SConversationStateVariation> SConversationStateIndex::Variations |
Variations.
For model-based states corresponding to units, variations represent different model files which may be used
1.8.14