Difference between revisions of "AddGeneralScoreboardEntry"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(remove generated.)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=AddGeneralScoreboardEntry
 
|name=AddGeneralScoreboardEntry

Latest revision as of 22:05, 9 February 2010

Adds an entry to the General Scoreboard GUI

void AddGeneralScoreboardEntry(
string sName,
int nVictories,
int nDefeats,
int nFatalities,
int bQualified,
int bDead
);
Parameters:
sName
Contestant's name
nVictories
Number of victories
nDefeats
Number of defeats
nFatalities
Number of fatalities
bQualified
1 if the contestant has qualified for the Championship, 0 otherwise
bDead
1 if the contestant is dead, 0 otherwise
Returns:

Nothing.

Source:

script.ldf