Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

Legacy:AdminBase

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 14:16, 15 October 2004 by Wormbo (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2003 :: Object >> AdminBase (Package: Engine)
Postal 2 :: Object >> AdminBase (Package: Engine)

Base class for the Admin object which allows players logged in as an administrator to perform administrative functions on the server such as kicking, map switching, and so on.

This class is almost an empty class, and any useful functions are left to its subclasses.

Property[edit]

bool bAdmin
This property is set by a derived class' DoLogin() function when the player successfully logs in as an administrator.

Function[edit]

DoLogout() [exec]
Stub to be filled in a derived class.

Known Subclasses[edit]

Related Topics[edit]