Legacy:AdminBase

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to navigation Jump to 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

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

Function

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

Known Subclasses

Related Topics