ViewAbilityExtended

From Virtual World Web Wiki
Jump to: navigation, search

Represents a runtime ability created in the view

  • This is a JavaScript visible object

Remarks [edit]

Properties

Guid AbilityID {get;}
The ID of the ability bound to this mapping as an interaction
float Cooldown {get;}
The cooldown timer for the ability. 0 if there is none.
Guid? EntityID {get;}
The optional ID of an entity to which a participant must belong to get this interaction
string Identifier {get;}
The identifier of the ability (used for language translation)
string InitialMetadata {get;}
The initial metadata attached to the participant’s ability when it’s created.

Methods

void Release()
Releases (destroys) the ViewAbility