Difference between revisions of "DEBUG PrintToScreen"

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

Revision as of 21:28, 2 March 2010

Prints a string to all the client screens.

void DEBUG_PrintToScreen(
string sString,
int nPosFromTop = 10,
float fLife = 10.0
);
Parameters:
sString
The string value to print out to the screen
nPosFromTop
Where to output the string on the client's screen
fLife
life for the string in seconds
Returns:

Nothing.

Source:

script.ldf

Description

Prints the string sString to the screen in all the available clients.