| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
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 | ||
|---|---|---|
![]() | bool | canPerform (string url) |
![]() | PlayerController | getPC () |
![]() | string | getUsername () |
![]() | messageHistory (out array<MessageEntry> history, optional int startingFrom) | |
| Structures Detail |
|---|
var int counter;};
var string message;
var PlayerReplicationInfo sender;
var string senderName;
var name type;
| Functions Detail |
|---|
canPerform Source codeUsed 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 codeReturn a PlayerController associated with this user. This method might return none when there is no player controller associated with this user.
getUsername Source codeReturn the name of the user
messageHistory Source codeGet the message history.
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||