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

GetStam

Returns character property Stam (stamina)

Pascal Syntax:

function GetStam(ObjID : Cardinal) : Integer;

Pascal Example:

while GetStam(Self) < 10 do
begin
  //drink stam potion, or wait
end;

Python Syntax:

def GetStam(ObjID): --> int