The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE1:UMenuGameRulesBase (RTNP)
Object >> UWindowBase >> UWindowWindow >> UWindowClientWindow >> UWindowDialogClientWindow >> UWindowPageWindow >> UMenuPageWindow >> UMenuGameRulesBase |
Contents
- 1 Properties
- 1.1 bControlRight
- 1.2 BotmatchParent
- 1.3 ControlOffset
- 1.4 FragEdit
- 1.5 FragHelp
- 1.6 FragText
- 1.7 Initialized
- 1.8 MaxPlayersEdit
- 1.9 MaxPlayersHelp
- 1.10 MaxPlayersText
- 1.11 MaxSpectatorsEdit
- 1.12 MaxSpectatorsHelp
- 1.13 MaxSpectatorsText
- 1.14 TimeEdit
- 1.15 TimeHelp
- 1.16 TimeText
- 1.17 WeaponsCheck
- 1.18 WeaponsHelp
- 1.19 WeaponsText
- 2 Instance functions
- Package:
- UMenu
- Direct subclass:
- UMenuGameRulesCWindow
- This class in other games:
- UT
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. |
null
Properties
bControlRight
Type: bool
BotmatchParent
Type: UMenuBotmatchClientWindow
ControlOffset
Type: float
Default value: 20.0
FragEdit
Type: UWindowEditControl
FragHelp
Type: string
Modifiers: localized
Default value: "The game will end if a player achieves this many frags. A value of 0 sets no frag limit."
FragText
Type: string
Modifiers: localized
Default value: "Frag Limit"
Initialized
Type: bool
MaxPlayersEdit
Type: UWindowEditControl
MaxPlayersHelp
Type: string
Modifiers: localized
Default value: "Maximum number of human players allowed to connect to the game."
MaxPlayersText
Type: string
Modifiers: localized
Default value: "Max Connections"
MaxSpectatorsEdit
Type: UWindowEditControl
MaxSpectatorsHelp
Type: string
Modifiers: localized
Default value: "Maximum number of spectators allowed to connect to the game."
MaxSpectatorsText
Type: string
Modifiers: localized
Default value: "Max Spectators"
TimeEdit
Type: UWindowEditControl
TimeHelp
Type: string
Modifiers: localized
Default value: "The game will end if after this many minutes. A value of 0 sets no time limit."
TimeText
Type: string
Modifiers: localized
Default value: "Time Limit"
WeaponsCheck
Type: UWindowCheckbox
WeaponsHelp
Type: string
Modifiers: localized
Default value: "If checked, weapons will stay at their pickup location after being picked up, instead of respawning."
WeaponsText
Type: string
Modifiers: localized
Default value: "Weapons Stay"
Instance functions
AfterCreate
Overrides: UWindowWindow.AfterCreate
BeforePaint
Overrides: UWindowWindow.BeforePaint
Created
Overrides: UWindowWindow.Created
FragChanged
LoadCurrentValues
MaxPlayersChanged
MaxSpectatorsChanged
Notify
Overrides: UMenuPageWindow.Notify