AddGeneralScoreboardEntry

From Dragon Age Toolset Wiki
Revision as of 22:05, 9 February 2010 by BryanDerksen (Talk | contribs) (remove generated.)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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