I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE2:XAdminUser (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> xAdminBase >> XAdminUser |
Contents
- 1 Properties
- 2 Functions
- 2.1 Static functions
- 2.2 Events
- 2.3 Other instance functions
- 2.3.1 AddGroup
- 2.3.2 AddGroupsByName
- 2.3.3 AddManagedGroup
- 2.3.4 AddManagedGroupsByName
- 2.3.5 CanManageGroup
- 2.3.6 CanManageUser
- 2.3.7 GetGroup
- 2.3.8 GetManagedGroup
- 2.3.9 GetManagedUsers
- 2.3.10 HasPrivilege
- 2.3.11 Init
- 2.3.12 MaxSecLevel
- 2.3.13 MergePrivs
- 2.3.14 RedoMergedPrivs
- 2.3.15 RemoveGroup
- 2.3.16 RemoveManagedGroup
- 2.3.17 UnlinkGroups
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. |
Class: XAdmin.xAdminUser Parent: XAdmin.xAdminBase
<Enter a description here>
Properties[edit]
bMasterAdmin[edit]
Type: bool
Groups[edit]
Type: xAdminGroupList
ManagedGroups[edit]
Type: xAdminGroupList
MergedPrivs[edit]
Type: string
Set on load or any Groups change
Password[edit]
Type: string
Privileges[edit]
Type: string
UserName[edit]
Type: string
Functions[edit]
Static functions[edit]
ValidName[edit]
ValidPass[edit]
Events[edit]
Created[edit]
event Created ()
Overrides: Object.Created
Other instance functions[edit]
AddGroup[edit]
function AddGroup (xAdminGroup Group)
AddGroupsByName[edit]
AddManagedGroup[edit]
function AddManagedGroup (xAdminGroup Group)
AddManagedGroupsByName[edit]
CanManageGroup[edit]
function bool CanManageGroup (xAdminGroup Group)
CanManageUser[edit]
function bool CanManageUser (xAdminUser User)
GetGroup[edit]
function xAdminGroup GetGroup (string Groupname)
GetManagedGroup[edit]
function xAdminGroup GetManagedGroup (string Groupname)
GetManagedUsers[edit]
function xAdminUserList GetManagedUsers (xAdminGroupList uAllGroups)
HasPrivilege[edit]
Init[edit]
MaxSecLevel[edit]
function int MaxSecLevel ()
MergePrivs[edit]
private function MergePrivs (string newprivs)
RedoMergedPrivs[edit]
function RedoMergedPrivs ()
RemoveGroup[edit]
function RemoveGroup (xAdminGroup Group)
RemoveManagedGroup[edit]
function RemoveManagedGroup (xAdminGroup Group)
UnlinkGroups[edit]
function UnlinkGroups ()