# Set Conversation Reply Text
Grammar — Set text for conversationId replyId to text
Flags —Native|Action
Sets the text for a conversation reply.
# Arguments
int<conversation> — Conversationint<reply> — Replytext— Text
Returns — void
native void ConversationReplySetText(
int intId,
int replyId,
text inText,
);
# 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 —