Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
Difference between revisions of "UE3:UTLeaderboardSettings (UT3)"
From Unreal Wiki, The Unreal Engine Documentation Site
(Talk) |
m (updated defaults) |
||
Line 111: | Line 111: | ||
| Name | | Name | ||
| 'Warfare' | | 'Warfare' | ||
+ | |} | ||
+ | # | ||
+ | {| class="list defaults" | ||
+ | ! {{tl|StringIdToStringMapping|||Member}} | ||
+ | ! Value | ||
+ | |- | ||
+ | | Name | ||
+ | | 'Greed' | ||
+ | |} | ||
+ | # | ||
+ | {| class="list defaults" | ||
+ | ! {{tl|StringIdToStringMapping|||Member}} | ||
+ | ! Value | ||
+ | |- | ||
+ | | Name | ||
+ | | 'Betrayal' | ||
|} | |} | ||
|} | |} |
Latest revision as of 04:51, 16 August 2009
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
This class holds the game modes and leaderboard time line filters
Default values[edit]
Property | Value | ||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LocalizedSettings[1] |
|
||||||||||||||||||||||||||||||||||||||||||||||||||
LocalizedSettings[2] |
|
||||||||||||||||||||||||||||||||||||||||||||||||||
LocalizedSettingsMappings[0] |
|
||||||||||||||||||||||||||||||||||||||||||||||||||
LocalizedSettingsMappings[1] |
|
||||||||||||||||||||||||||||||||||||||||||||||||||
LocalizedSettingsMappings[2] |
|
Enums[edit]
ELeaderboardFilters[edit]
- LF_GameMode
- LF_MatchType
- LF_PlayerFilterType
EMatchTypeSettings[edit]
- MTS_Ranked
- MTS_Player
EPlayerFilterSettings[edit]
- PFS_Player
- PFS_CenteredOnPlayer
- PFS_Friends
- PFS_TopRankings
Instance functions[edit]
MoveToNextSettingValue[edit]
function MoveToNextSettingValue (int SettingId)
Moves to the next value index for the specified setting, wraps around to the first element if it hits zero.
Parameters:
- SettingId - SettingId to move to the next value.