Gah - a solution with more questions. – EntropicLqd

UE3:ISessionHandler (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 Interface >> ISessionHandler
Package: 
WebAdmin
Known implementing classes:
SessionHandler

Session handler interface

Copyright 2008 Epic Games, Inc. All Rights Reserved

Author: Michiel 'elmuerte' Hendriks

Instance functions[edit]

create[edit]

function ISession create ()

Create a new session

destroy[edit]

function bool destroy (ISession session)

Destroy the given session.

destroyAll[edit]

function destroyAll ()

Destroy all sessions

get[edit]

function ISession get (string id)

Get an existing session. Returns none when there is no session with that id.