Mostly Harmless
UE3:BasicWebAdminUser (UT3)
- Package:
- WebAdmin
- Implemented interfaces:
- IWebAdminUser
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. |
Basic webadmin user.
Copyright 2008 Epic Games, Inc. All Rights Reserved
Author: Michiel 'elmuerte' Hendriks
Properties
counter
Type: int
maxHistory
Type: int
Default value: 25
msgHistory
Type: array<IWebAdminUser.MessageEntry>
PC
Type: MessagingSpectator
Subobjects
Sprite
Class: Engine.SpriteComponent
Inherits from: Info.Sprite
No new values.
Functions
Events
Destroyed
Overrides: Actor.Destroyed
Other instance functions
canPerform
Specified by: IWebAdminUser.canPerform
(Description copied from IWebAdminUser.canPerform)
Used to check for permissions to perform given actions.
Parameters:
- path - an URL containing the action description. See rfc2396 for more information. The scheme part of the URL will be used as identifier for the interface. The host is the IP to witch the webserver is bound. for example: webadmin://127.0.0.1:8080/current/console Note that the webapplication path is not included.
getPC
Specified by: IWebAdminUser.getPC
Return a PlayerController associated with this user. This method might return none when there is no player controller associated with this user.
getUsername
Specified by: IWebAdminUser.getUsername
Return the name of the user
init
logout
Specified by: IWebAdminUser.logout
Called when this user is logged out.
messageHistory
Specified by: IWebAdminUser.messageHistory
Get the message history.