I don't need to test my programs. I have an error-correcting modem.

UE3:WebAdminUtils (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> WebAdminUtils
Package: 
WebAdmin

Various static utility functions

Copyright 2008 Epic Games, Inc. All Rights Reserved

Author: Michiel 'elmuerte' Hendriks

Structs[edit]

DateTime[edit]

int year 
int month 
int day 
int hour 
int minute 
int second 

Static functions[edit]

ColorToHTMLColor[edit]

static final function string ColorToHTMLColor (Object.Color clr)

Convert a color to the HTML equivalent

getDateTime[edit]

static final function bool getDateTime (out DateTime record, optional string ts)

Parse a timestamp to a DateTime structure. When no timestamp is given the current timestamp will be used. The format of the timestamp is: YYYY/MM/DD - HH:MM:SS

getLocalized[edit]

static final function string getLocalized (coerce string data)


HTMLEscape[edit]

static final function string HTMLEscape (coerce string inp)

Escape HTML tags in the given string. Expects the input to not contain any escaped entities (i.e. &...;)

parseUrlOptions[edit]

static final function parseUrlOptions (out array<Info.KeyValuePairoptions, string url)


Trim[edit]

static final function string Trim (coerce string inp)

Trim everything below ascii 32 from begin and end