Layer One Exports

From Virtual World Web Wiki
Revision as of 21:37, 5 November 2016 by Spark5 (Talk | contribs) (Documentation for the Layer One Exports class)

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

Layer One Exports

Remarks [edit]

IAbilityInfo

Information about an ability or ability group

See also: Ability System

IAbilitySet

An Ability Set represents the combined set of a Connection Identity's abilities. Abilities are organized as a hierarchy if ability groups with abilities which can be enabled or blocked at any level. Abilities can be presented by UI Scripts, and when "fired" can be responded to by components to carry out all sorts of operations.

See also: Ability System

See also: UI Scripting

IAreaGroupInfo

An interface to a structure of information about an area group which is a type of Worldspace

IAreaInfo

An interface to a structure of information about an area (any part of Worldspace).

IChatChannelExtended

An interface to a Layer One ChatChannelExtended javascript object. These will only be passed in to Layer Two methods that are offered to the JavaScript environment, and would be dangerous to access outside of one of those calls which always happen in the context of a JavaScript Isolate thread

IConnectionIdentity

Represents a user connected to the system and a Layer One Connection Identity, their identity details (entity memberships), current location and Participant, and provides access to many other Layer One objects related to the connection

IDOMObjectExtended

An interface to a Layer One DOMObjectExtended javascript object. These will only be passed in to Layer Two methods that are offered to the JavaScript environment, and would be dangerous to access outside of one of those calls which always happen in the context of a JavaScript Isolate thread

IIdentityBase

Represents the base of an IConnectionIdentity or IVirtualIdentity

IInstanceExtended

An interface to a Layer One InstanceGlobals javascript object. These will only be passed in to Layer Two methods that are offered to the JavaScript environment, and would be dangerous to access outside of one of those calls which always happen in the context of a JavaScript Isolate thread

IInteractionMappingExtended

An interface to a Layer One InteractionMappingExtended javascript object. These will only be passed in to Layer Two methods that are offered to the JavaScript environment, and would be dangerous to access outside of one of those calls which always happen in the context of a JavaScript Isolate thread

IParticipantExtended

An interface to a Layer One ParticipantExtended javascript object. These will only be passed in to Layer Two methods that are offered to the JavaScript environment, and would be dangerous to access outside of one of those calls which always happen in the context of a JavaScript Isolate thread

ISceneInfo

An interface to a structure of information about a scene which is a type of Worldspace

ISecurableInfo

An interface to a structure of information about a Securable (the base for all Worldspace and Entities)

IVirtualIdentity

Represents a virtual connection identity which can be used to test area permissions that a specific user would have in an area

IWorldInfo

An interface to a structure of information about a world which is a type of Worldspace