AddGeneralScoreboardEntry

From Dragon Age Toolset Wiki
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