Always snap to grid
UE2:AccessControl (UE2Runtime)
Contents
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. |
AccessControl.
AccessControl is a helper class for GameInfo. The AccessControl class determines whether or not the player is allowed to login in the PreLogin() function, and also controls whether or not a player can enter as a spectator or a game administrator.
Properties[edit]
AdminClass[edit]
Default value: Class'Engine.Admin'
AdminPassword[edit]
Type: string
Modifiers: private, globalconfig
Password to receive bAdmin privileges.
bDontAddDefaultAdmin[edit]
Type: bool
GamePassword[edit]
Type: string
Modifiers: private, globalconfig
Password to enter game.
IPBanned[edit]
Type: string
Modifiers: localized
Default value: "Your IP address has been banned on this server."
IPPolicies[edit]
Type: string
Array size: 50
Modifiers: globalconfig
Default value: "ACCEPT,*"
NeedPassword[edit]
Type: string
Modifiers: localized
Default value: "You need to enter a password to join this game."
WrongPassword[edit]
Type: string
Modifiers: localized
Default value: "The password you entered is incorrect."