AdminBase
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
Category Class (UT2003)
Category class (UT2004)
Category Class (P2)