SetTournamentScoreboardEntry

From Dragon Age Toolset Wiki
Revision as of 18:47, 3 March 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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