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 the Strength stat of the mobile with ObjID.

Возвращает характеристику Сила (Strength) мобайла с ObjID.

Pascal

function GetStr(ObjID: Cardinal): Integer;

Python

def GetStr(ObjID: int) -> int: ...

Pascal Example

begin
  AddToSystemJournal('Str: ' + IntToStr(GetStr(Self)));
end.

Python Example

AddToSystemJournal(f'Str: {GetStr(Self())}')

See Also

GetDex, GetInt, RequestStats