DisplayStatusMessage

From Dragon Age Toolset Wiki
Jump to: navigation, search

Displays a status message in the middle of the screen

void DisplayStatusMessage(
string sMessage,
int nColour = 16777215
);
Parameters:
sMessage
The text of the message
nColour
The text colour, in hex (eg. 0xff0000 is red)
Returns:

Nothing.

Source:

script.ldf

Description

Displays a status message in the middle of the screen