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

GetMana

Returns character property Mana

Pascal Syntax:

function GetMana(ObjID : Cardinal) : Integer;

Pascal Example:

while GetMana(Self) < 50 do
begin
  UseSkill('Meditation');
end;

Python Syntax:

def GetMana(ObjID): --> int