SetTournamentScoreboardEntry

From Dragon Age Toolset Wiki
Jump to: navigation, search

Sets an entry in the Tournament Scoreboard GUI

void SetTournamentScoreboardEntry(
int nEntryID,
string sName,
int bDefeated,
int bIsPlayer
);
Parameters:
nEntryID
ID of the entry to set (0-13 first seven rounds, 14 champion)
sName
Name of contestant
bDefeated
1 if the contestant has been defeated, 0 otherwise
bIsPlayer
1 if this contestant is the player, 0 otherwise
Returns:

Nothing.

Source:

script.ldf