Always snap to grid

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

create

function ISession create ()

Create a new session

destroy

function bool destroy (ISession session)

Destroy the given session.

destroyAll

function destroyAll ()

Destroy all sessions

get

function ISession get (string id)

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