IViewAbility

From Virtual World Web Wiki
Jump to: navigation, search

Information about a runtime ability defined in a view (running instance). See IViewInfo.

Remarks [edit]

Properties

Guid AbilityID {get;}
The ID of the ability
float? Cooldown {get;}
The number of seconds before this ability can be used again
Guid? EntityID {get;}
The entity to which a user must belong to see / use the ability
string Identifier {get;}
The translatable identifier of the ability
Dictionary<string, object> InitialMetadata {get;}
A collection of metadata about the ability