MyAPIGatewaySession Property |
v01.180.0 (Beta)[This is preliminary documentation and is subject to change.]
IMySession represents session object e.g. current world and its settings
Namespace: Sandbox.ModAPIAssembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static IMySession Session { get; set; }
Public Shared Property Session As IMySession
Get
Set
public:
static property IMySession^ Session {
IMySession^ get ();
void set (IMySession^ value);
}
static member Session : IMySession with get, set
Property Value
Type:
IMySessionSee Also