# Conversation Reply Text
Grammar — Text of reply in conversation
Flags —Native|Function
Returns the text of the specified conversation reply.
# Arguments
int<conversation> — Conversationint<reply> — Reply
Returns — text
native text ConversationReplyGetText(
int intId,
int replyId,
);
# Related
Category: Conversation / Conversation Tools
- Set Conversation Reply Text —
void— ConversationReplySetText - Remove Conversation —
void— ConversationDestroy - Remove Conversation Reply —
void— ConversationReplyDestroy - Remove All Conversations —
void— ConversationDestroyAll - Remove All Conversation Replies —
void— ConversationReplyDestroyAll - Conversation Reply State —
int<preset::ReplyState> — ConversationReplyGetState - Conversation Reply Index —
int— ConversationReplyGetIndex - Conversation Reply Text —
text— ConversationReplyGetText - Mark Conversation Reply As Read/Unread —
void— ConversationReplySetState - Convert Integer To Conversation State Index —
string<convstateindex> — ConversationDataStateIndex
# Examples
— None found —