There is no spoon
UE3:Session (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Session |
- Package:
- WebAdmin
- Implemented interfaces:
- ISession
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
A session implementation
Copyright 2008 Epic Games, Inc. All Rights Reserved
Author: Michiel 'elmuerte' Hendriks
Properties[edit]
id[edit]
Type: string
Modifiers: protected
objects[edit]
Modifiers: protected
strings[edit]
Modifiers: protected
Structs[edit]
ObjectKV[edit]
StringKV[edit]
Instance functions[edit]
getId[edit]
function string getId ()
Specified by: ISession.getId
Return the session identifier
getObject[edit]
Specified by: ISession.getObject
Get an object instance from this session.
getString[edit]
Specified by: ISession.getString
Get a string from this session.
putObject[edit]
Specified by: ISession.putObject
Add an object to the session
putString[edit]
Specified by: ISession.putString
Add a string value to the session.
removeObject[edit]
function removeObject (string key)
Specified by: ISession.removeObject
Remove the entry with the given key
removeString[edit]
function removeString (string key)
Specified by: ISession.removeString
Remove the entry with the given key
reset[edit]
function reset ()
Specified by: ISession.reset
Reset the session's data. The ID will stay the same.