Difference between revisions of "DisplayStatusMessage"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: re-import with default parameter value parameters set)
(remove tag)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=DisplayStatusMessage
 
|name=DisplayStatusMessage

Latest revision as of 00:33, 20 February 2010

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