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

GetStr

Returns character stat Str (strength)

Pascal Syntax:

function GetStr(ObjID : Cardinal) : Integer;

Pascal Example:

while GetStr(Self) < 50 do
begin
  //using some skill for str increasing, or cast spell, or something else
end;

Python Syntax:

def GetStr(ObjID): --> int