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
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