Home API Manuals About Forum
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

GetActiveAbility

Returns string with name of character’s current active ability NB: If no active ability, return value is ‘0’

Pascal Syntax:

function GetActiveAbility : String

Pascal Example:

if GetActiveAbility = '0' then
  UsePrimaryAbility;

Python Syntax:

def GetActiveAbility(): --> String