Difference between revisions of "Warning"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (looks okay, removing tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=Warning
 
|name=Warning

Latest revision as of 22:52, 24 February 2010

Shows a warning.

void Warning(
string sWarning
);
Parameters:
sWarning
The warning string
Returns:

Nothing.

Source:

script.ldf

Description

Shows a warning with the specified string.