Difference between revisions of "SetTournamentScoreboardEntry"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(looks okay, removing tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=SetTournamentScoreboardEntry
 
|name=SetTournamentScoreboardEntry

Latest revision as of 18:47, 3 March 2010

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