I'm a doctor, not a mechanic
UE2:XAdminUserList (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> xAdminBase >> XAdminUserList |
Contents |
| 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.xAdminUserList Parent: XAdmin.xAdminBase
<Enter a description here>
[edit] Properties
[edit] Users
Type: array<xAdminUser>
Modifiers: private
[edit] Instance functions
[edit] Add
function Add (xAdminUser NewUser)
[edit] Clear
function Clear ()
[edit] Contains
function bool Contains (xAdminUser User)
[edit] Count
function int Count ()
[edit] Create
[edit] FindByName
function xAdminUser FindByName (string UserName)
[edit] Get
function xAdminUser Get (int i)
[edit] Remove
function Remove (xAdminUser User)
