I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE2:AdminPanelBase (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> AdminPanelBase |
Contents |
- 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
[edit] Properties
[edit] Property group 'AdminPanelBase'
[edit] bAdvancedAdmin
Type: bool
Modifiers: noexport
[edit] PanelCaption
Type: string
Modifiers: localized
[edit] Default values
| Property | Value |
|---|---|
| bBoundToParent | True |
| bScaleToParent | True |
| WinHeight | 0.862502 |
| WinTop | 0.13125 |
[edit] Instance functions
[edit] AdminCommand
function AdminCommand (string Command)
[edit] AdminReply
function AdminReply (string Reply)
[edit] IsAdmin
function bool IsAdmin ()
[edit] LoggedIn
function LoggedIn (string AdminName)
[edit] LoggedOut
function LoggedOut ()
[edit] SetAdvanced
function SetAdvanced (bool bIsAdvanced)
[edit] ShowPanel
function ShowPanel ()
