Legacy:Mod Authoring/Adding A Scoreboard

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to navigation Jump to search

Scoreboards work just like HUD (UT)s. If you create a new scoreboard class that extends TournamentScoreBoard and put the class in your game type's ScoreBoardType variable, players will be given a scoreboard of that kind. A scoreboard draws its information whenever the player's bShowScores variable is true. It draws through the PostRender function and is given a Canvas parameter. Look at TournamentScoreBoard for an example of player sorting and score listing.


Prev Page: Legacy:Mod Authoring/Adding A Scoreboard/Adding A HUDSection 12 of 12 – End of Document