Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

WebAdmin.IWebAdminUser

A webadmin user record. Creates by the IWebAdminAuth instance. Copyright 2008 Epic Games, Inc. All Rights Reserved @author Michiel 'elmuerte' Hendriks

WebAdmin.IWebAdminUser

Structures Summary
MessageEntry
counter, sender, senderName, message, type

Functions Summary
functionbool canPerform (string url)
functionPlayerController getPC ()
functionstring getUsername ()
function messageHistory (out array<MessageEntry> history, optional int startingFrom)


Structures Detail

MessageEntry Source code

struct MessageEntry
{
var int counter;
var string message;
var PlayerReplicationInfo sender;
var string senderName;
var name type;
};



Functions Detail

canPerform Source code

function bool canPerform ( string url )
Used to check for permissions to perform given actions.
@param 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 Source code

function PlayerController getPC ( )
Return a PlayerController associated with this user. This method might return none when there is no player controller associated with this user.

getUsername Source code

function string getUsername ( )
Return the name of the user

messageHistory Source code

function messageHistory ( out array<MessageEntry> history, optional int startingFrom )
Get the message history.



Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Sat 17/1/2009 20:56:05.281 - Created with UnCodeX