AbilityGroupExtended

From Virtual World Web Wiki
Revision as of 21:05, 12 April 2017 by Spark5 (Talk | contribs) (Documentation for the AbilityGroupExtended class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.