Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE3:BasicWebAdminUser (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> Actor >> Info >> BasicWebAdminUser
Package: 
WebAdmin
Implemented interfaces
IWebAdminUser

Basic webadmin user.

Copyright 2008 Epic Games, Inc. All Rights Reserved

Author: Michiel 'elmuerte' Hendriks

Properties[edit]

counter[edit]

Type: int


maxHistory[edit]

Type: int


Default value: 25

msgHistory[edit]

Type: array<IWebAdminUser.MessageEntry>


PC[edit]

Type: MessagingSpectator


Subobjects[edit]

Sprite[edit]

Class: Engine.SpriteComponent

Inherits from: Info.Sprite

No new values.

Functions[edit]

Events[edit]

Destroyed[edit]

event Destroyed ()

Overrides: Actor.Destroyed


Other instance functions[edit]

canPerform[edit]

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[edit]

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[edit]

function string getUsername ()

Specified by: IWebAdminUser.getUsername

Return the name of the user

init[edit]

function init ()


logout[edit]

function logout ()

Specified by: IWebAdminUser.logout

Called when this user is logged out.

messageHistory[edit]

function messageHistory (out array<IWebAdminUser.MessageEntryhistory, optional int startingFrom)

Specified by: IWebAdminUser.messageHistory

Get the message history.

ReceiveMessage[edit]

function ReceiveMessage (PlayerReplicationInfo Sender, string Msg, name Type)


setUsername[edit]

function setUsername (string username)