IInstanceInfo

From Virtual World Web Wiki
Revision as of 14:15, 18 January 2019 by Spark5 (Talk | contribs) (Documentation for the IInstanceInfo class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Base information about a running instance, available on both the service provider and instance host

Remarks [edit]

Properties

Guid InstanceID {get;}
The ID of the loaded instance
string InstanceTitle {get;}
The name of the underlying instance securable
ILocationInfo Location {get;}
A structure of information about the VWW Location of this instance
int Population {get;}
The current population of the instance
Guid SceneID {get;}
The ID of the scene of which this is an instance
string SceneTitle {get;}
The name of the underlying scene securable
int VisiblePopulation {get;}
The current population of the instance for reporting to users
Guid WorldID {get;}
The ID of the world in which the scene resides