I'm a doctor, not a mechanic

UE3:ISessionHandler (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT3 Interface >> ISessionHandler

Contents

Package: 
WebAdmin
Known classes implementing ISessionHandler
No known subinterfaces.

Session handler interface

Copyright 2008 Epic Games, Inc. All Rights Reserved

Author: Michiel 'elmuerte' Hendriks

[edit] Instance functions

[edit] create

function ISession create ()

Create a new session

[edit] destroy

function bool destroy (ISession session)

Destroy the given session.

[edit] destroyAll

function destroyAll ()

Destroy all sessions

[edit] get

function ISession get (string id)

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

Personal tools