This site has been archived and made available for preservation purposes. No edits can be made.

UIMessage

Displays a Fallout UI message to a Player.
UIMessage in-gameUIMessage in-game

[top]Declaration

Code cpp:
VAULTSCRIPT VAULTSPACE State (*VAULTAPI(UIMessage))(VAULTSPACE ID, VAULTSPACE cRawString) VAULTCPP(noexcept);
Code c:
native Bool:UIMessage(ID, const message{});

[top]Parameters

ID - the ID of the Player. If zero, will be sent to all connected players
cRawString - the message to display, with a maximum length of MAX_MESSAGE_LENGTH characters

[top]Return value

Returns a State indicating the success.

[top]Related pages