🛠️CustomEntities

Table to work with specific abilities.

GetSpiritBear(spiritBear: CAbility): CNPC|nil

Name
Type
Description

spiritBear

The Spirit Bear ability.

Accept the Spirit Bear ability and return linked Bear.


GetVengeIllusion(commandAura: CAbility): CNPC|nil

Name
Type
Description

commandAura

The Command Aura ability.

Accept the Vengeful Spirit's Command Aura ability and return scepter linked illusion.


GetTetheredUnit(tether: CAbility): CNPC|nil

Name
Type
Description

tether

The Tether ability.

Accept the Wisp's Tether ability and return linked unit.


GetTempestDouble(tempestDouble: CAbility): CNPC|nil

Name
Type
Description

tempestDouble

The Tempest Double ability.

Accept the Arc Warden's Tempest Double ability and return linked clone.


GetMeepoIndex(dividedWeStand: CAbility): integer|nil

Name
Type
Description

dividedWeStand

The Divided We Stand ability.

Accept the Meepo's Divided We Stand ability and return index of Meepo.

Last updated