I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE2:AccessControl (U2)
From Unreal Wiki, The Unreal Engine Documentation Site
Contents |
- Package:
- Engine
| This is an auto-generated page and may need human attention. Please remove this 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.
[edit] Properties
[edit] AdminClass
Default value: Class'Engine.Admin'
[edit] AdminPassword
Type: string
Modifiers: private, globalconfig
Password to receive bAdmin privileges.
[edit] bDontAddDefaultAdmin
Type: bool
[edit] GamePassword
Type: string
Modifiers: private, globalconfig
Password to enter game.
[edit] IPBanned
Type: string
Modifiers: localized
Default value: "Your IP address has been banned on this server."
[edit] IPPolicies
Type: string
Array size: 50
Modifiers: globalconfig
Default value: "ACCEPT,*"
[edit] NeedPassword
Type: string
Modifiers: localized
Default value: "You need to enter a password to join this game."
[edit] WrongPassword
Type: string
Modifiers: localized
Default value: "The password you entered is incorrect."
