Mostly Harmless
UE2:AdminPanelBase (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> AdminPanelBase |
- Package:
- GUI2K4
- Direct subclasses:
- AdminPanelLogin, AdminPanelMaps, AdminPanelPlayers, AdminPanelRules
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Created on: 11/12/2003 Base class for admin controls
Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Properties
Property group 'AdminPanelBase'
bAdvancedAdmin
Type: bool
Modifiers: noexport
PanelCaption
Type: string
Modifiers: localized
Default values
Property | Value |
---|---|
bBoundToParent | True |
bScaleToParent | True |
WinHeight | 0.862502 |
WinTop | 0.13125 |
Instance functions
AdminCommand
function AdminCommand (string Command)
AdminReply
function AdminReply (string Reply)
IsAdmin
function bool IsAdmin ()
LoggedIn
function LoggedIn (string AdminName)
LoggedOut
function LoggedOut ()
SetAdvanced
function SetAdvanced (bool bIsAdvanced)
ShowPanel
function ShowPanel ()