I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:AccessControl (U2)
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
AdminClass
Default value: Class'Engine.Admin'
AdminPassword
Type: string
Modifiers: private, globalconfig
Password to receive bAdmin privileges.
bDontAddDefaultAdmin
Type: bool
GamePassword
Type: string
Modifiers: private, globalconfig
Password to enter game.
IPBanned
Type: string
Modifiers: localized
Default value: "Your IP address has been banned on this server."
IPPolicies
Type: string
Array size: 50
Modifiers: globalconfig
Default value: "ACCEPT,*"
NeedPassword
Type: string
Modifiers: localized
Default value: "You need to enter a password to join this game."
WrongPassword
Type: string
Modifiers: localized
Default value: "The password you entered is incorrect."