AbilityGroupExtended

From Virtual World Web Wiki
Jump to: navigation, search

Represents a user ability group

Remarks [edit]

Methods

AbilityExtended CreateAbility(string identifier, float cooldown = 0.0, ResourceValue iconResource = NULL)
Creates a new ability with an optional cooldown and icon resource.
AbilityGroupExtended CreateGroup(string identifier, ResourceValue iconResource = NULL)
Creates a child ability group under this one.
void Remove()
Removes the ability.