# Data Conversation State Name

Grammar — Name of conversation stateIndex|State
FlagsNative | Function

Returns the display name of the given conversation state.

# Arguments

  • string [ convstateindex ] — State Index

Returns — text

native text ConversationDataStateName(string stateIndex);

Category: Conversation / Data Conversation Tools

# Examples

# campaigns/liberty.sc2campaign

MapScript.galaxy

// L9527
ConversationDataStateName(lp_conversationStateIndex)
// L9543
ConversationDataStateName(lp_conversationStateIndex)
// L13794
ConversationDataStateName(lp_convoID)
// L9527
ConversationDataStateName(lp_conversationStateIndex)
// L9543
ConversationDataStateName(lp_conversationStateIndex)
// L13794
ConversationDataStateName(lp_convoID)

# campaigns/libertystory.sc2campaign

CampaignLib.galaxy

// L778
ConversationDataStateName(lp_convoState)
// L778
ConversationDataStateName(lp_convoState)
// L4754
ConversationDataStateName(libCamp_gv_tS_ResearchConvoID[(lp_researchID)])
// L6573
ConversationDataStateName(libCamp_gf_TS_StoryTechConvoID(lp_tech))