DEBUG PrintToScreen

From Dragon Age Toolset Wiki
Revision as of 21:28, 2 March 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

Jump to: navigation, search

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.