I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:XAdminConfigIni (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> xAdminBase >> xAdminConfigBase >> XAdminConfigIni |
Contents |
- Package:
- XAdmin
- No known subclasses.
- This class in other games:
- UT2003
| 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. |
Class: XAdmin.xAdminConfigIni Parent: Engine.xAdminConfigBase
Retains the list of Admin Users and Groups and keeps them into an Ini file.
[edit] Properties
[edit] AdminGroups
Type: array<AdminGroup>
Modifiers: config
[edit] AdminUsers
Modifiers: config
[edit] Structs
[edit] AdminGroup
[edit] AdminUser
- string AdminName
- string Password
- string Privileges
- array<string> Groups
- A User can be part of multiple groups
- array<string> ManagedGroups
[edit] Static functions
[edit] Load
Overrides: xAdminConfigBase.Load
[edit] Save
Overrides: xAdminConfigBase.Save
