There is no spoon
Difference between revisions of "UE3:UTLeaderboardSettings (UT3)"
From Unreal Wiki, The Unreal Engine Documentation Site
(Auto-generated page) |
(Talk) |
||
Line 42: | Line 42: | ||
|- | |- | ||
| ColumnHeaderText | | ColumnHeaderText | ||
− | | " | + | | "GameModes" |
|- | |- | ||
| Name | | Name | ||
Line 77: | Line 77: | ||
|- | |- | ||
| Name | | Name | ||
− | | ' | + | | 'Duel' |
|} | |} | ||
# | # | ||
Line 99: | Line 99: | ||
|- | |- | ||
| Name | | Name | ||
− | | ' | + | | 'Vehicle CTF' |
|} | |} | ||
# | # | ||
Line 110: | Line 110: | ||
|- | |- | ||
| Name | | Name | ||
− | | ' | + | | 'Warfare' |
|} | |} | ||
|} | |} | ||
Line 121: | Line 121: | ||
|- | |- | ||
| ColumnHeaderText | | ColumnHeaderText | ||
− | | " | + | | "MatchTypes" |
|- | |- | ||
| Id | | Id | ||
Line 159: | Line 159: | ||
|- | |- | ||
| ColumnHeaderText | | ColumnHeaderText | ||
− | | " | + | | "PlayerFilters" |
|- | |- | ||
| Id | | Id | ||
Line 175: | Line 175: | ||
|- | |- | ||
| Name | | Name | ||
− | | ' | + | | 'Player' |
|} | |} | ||
# | # | ||
Line 186: | Line 186: | ||
|- | |- | ||
| Name | | Name | ||
− | | ' | + | | 'Centered On Player' |
|} | |} | ||
# | # | ||
Line 197: | Line 197: | ||
|- | |- | ||
| Name | | Name | ||
− | | ' | + | | 'Friends Only' |
|} | |} | ||
# | # | ||
Line 208: | Line 208: | ||
|- | |- | ||
| Name | | Name | ||
− | | ' | + | | 'Top Ranking' |
|} | |} | ||
|} | |} |
Revision as of 07:40, 23 May 2008
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
Property | Value | ||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LocalizedSettings[1] |
|
||||||||||||||||||||||||||||||||||||||||||
LocalizedSettings[2] |
|
||||||||||||||||||||||||||||||||||||||||||
LocalizedSettingsMappings[0] |
|
||||||||||||||||||||||||||||||||||||||||||
LocalizedSettingsMappings[1] |
|
||||||||||||||||||||||||||||||||||||||||||
LocalizedSettingsMappings[2] |
|
Enums
ELeaderboardFilters
- LF_GameMode
- LF_MatchType
- LF_PlayerFilterType
EMatchTypeSettings
- MTS_Ranked
- MTS_Player
EPlayerFilterSettings
- PFS_Player
- PFS_CenteredOnPlayer
- PFS_Friends
- PFS_TopRankings
Instance functions
MoveToNextSettingValue
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.