# Data Conversation Line Name

Grammar — Name of conversation conversation line at index index
FlagsNative | Function

Returns the name of a conversation line at the specified index.

# Arguments

  • string [ gamelink::Conversation ] — Conversation
  • int — Index

Returns — string

native string ConversationDataLineId(
	string convId,
	int index,
);

Category: Conversation / Data Conversation Tools

# Examples

— None found —