Cogito, ergo sum
UE3:ISessionHandler (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
| Interface >> ISessionHandler |
- Package:
- WebAdmin
- Known implementing classes:
- SessionHandler
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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
Destroy the given session.
[edit] destroyAll
function destroyAll ()
Destroy all sessions
[edit] get
Get an existing session. Returns none when there is no session with that id.
