ParticipantExtended

From Virtual World Web Wiki
Revision as of 16:35, 21 October 2016 by Spark5 (Talk | contribs) (Documentation for the ParticipantExtended class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • This is a JavaScript visible object

Remarks [edit]

Properties

AbilitySetExtended Abilities {get;}
string AccountID {get;}
DOMControllerExtended Controller {get;}
string Name {get;}
string PersonaID {get;}
string SessionID {get;}

Events

OnAreaPermissionsChanged(EventHandler<FlexibleEventArgs>)
OnEntitiesChanged(EventHandler<FlexibleEventArgs>)
OnSceneReady(EventHandler<FlexibleEventArgs>)
OnTargetChanged(EventHandler<FlexibleEventArgs>)
OnTypingStarted(EventHandler<FlexibleEventArgs>)
OnTypingStopped(EventHandler<FlexibleEventArgs>)
OnVirtualRealityStarted(EventHandler<FlexibleEventArgs>)
OnVirtualRealityStopped(EventHandler<FlexibleEventArgs>)

Methods

ReturnType HasAreaPermission(string strPermissionID)
ReturnType InEntity(string strEntityID)
ReturnType NavigateTo(string targetVWW, bool designmode)
void ResetPosition()
void SendChatMessage(string message, int messageStyle)
ReturnType SendUIScript(ResourceValue packageResource, string metadata)