Difference between revisions of "DisplayStatusMessage"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(remove tag)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=DisplayStatusMessage
 
|name=DisplayStatusMessage
Line 6: Line 5:
 
|param1name=sMessage
 
|param1name=sMessage
 
|param1desc=The text of the message
 
|param1desc=The text of the message
 +
|param1default=
 
|param2type=int
 
|param2type=int
 
|param2name=nColour
 
|param2name=nColour
 
|param2desc=The text colour, in hex (eg. 0xff0000 is red)
 
|param2desc=The text colour, in hex (eg. 0xff0000 is red)
 +
|param2default=16777215
 
|returntype=void
 
|returntype=void
 
|returndesc=
 
|returndesc=

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