# Data Conversation State Attachment Point

Grammar — Attachment point for conversation stateIndex|State
FlagsNative | Function

Returns the attachment point associated with the given conversation state.

# Arguments

  • string [ convstateindex ] — State Index

Returns — string [ preset::AttachPoints ]

native string ConversationDataStateAttachPoint(
	string stateIndex,
);

Category: Conversation / Data Conversation Tools

# Examples

# campaigns/liberty.sc2campaign

MapScript.galaxy

// L9527
ConversationDataStateAttachPoint(lp_conversationStateIndex)
// L9543
ConversationDataStateAttachPoint(lp_conversationStateIndex)
// L9527
ConversationDataStateAttachPoint(lp_conversationStateIndex)
// L9543
ConversationDataStateAttachPoint(lp_conversationStateIndex)