# Conversation Reply Index

Grammar — Index of reply in conversation
FlagsNative | Function

Returns the index of the specified conversation reply.

# Arguments

  • int [ conversation ] — Conversation
  • int [ reply ] — Reply

Returns — int

native int ConversationReplyGetIndex(
	int intId,
	int replyId,
);

Category: Conversation / Conversation Tools

# Examples

— None found —