Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 844 Bytes

ChangeUserMessage.rst

File metadata and controls

24 lines (17 loc) · 844 Bytes

ChangeUserMessage

Change the value of a pre-existing user message. Use rfg.AddUserMessage to create them.

Arguments:

Handle (int)

The handle of the user message you want to edit. This is returned by rfg.AddUserMessage when you create a user message.

NewText (String)

The new text to be displayed for the user message.

Returns:

Handle (int)

The handle of the user message you've edited. This shouldn't be different from the one you entered.