Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

Legacy:AdminBase

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