I don't need to test my programs. I have an error-correcting modem.
UE3:BasicWebAdminUser (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
- 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 |
---|
msgHistory
Type: | array<MessageEntry> |
---|
PC
Type: | MessagingSpectator |
---|
Instance functions
canPerform
function bool canPerform (string uri)
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
function PlayerController 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
function string getUsername ()
Specified by: | IWebAdminUser.getUsername |
---|
Return the name of the user
init
function init ()
messageHistory
function messageHistory (out array<MessageEntry> history, optional int startingFrom)
Specified by: | IWebAdminUser.messageHistory |
---|
Get the message history.
ReceiveMessage
function ReceiveMessage (PlayerReplicationInfo Sender, string Msg, name Type)
setUsername
function setUsername (string username)