# Data Conversation State Model

GrammarinfoName model of conversation stateIndex|State
FlagsNative | Function

Returns a model associated with the given conversation state. The info name corresponds with the “Info Name” field defined in the state.

# Arguments

  • string<convstateindex> — State Index
  • string — Info Name

Returns — string<gamelink::Model>

native string ConversationDataStateModel(
	string stateIndex,
	string inInfoName,
);

Category: Conversation / Data Conversation Tools

# Examples

— None found —