PyMobile
Class Description
Section titled “Class Description”Represents a Python-accessible mobile (NPC, creature, or player character).
Inherits entity and positional data from
Properties
Section titled “Properties”HitsDiff
Section titled “HitsDiff”Type: int
ManaDiff
Section titled “ManaDiff”Type: int
StamDiff
Section titled “StamDiff”Type: int
IsDead
Section titled “IsDead”Type: bool
IsPoisoned
Section titled “IsPoisoned”Type: bool
HitsMax
Section titled “HitsMax”Type: int
Type: int
StaminaMax
Section titled “StaminaMax”Type: int
Stamina
Section titled “Stamina”Type: int
ManaMax
Section titled “ManaMax”Type: int
Type: int
IsRenamable
Section titled “IsRenamable”Type: bool
IsHuman
Section titled “IsHuman”Type: bool
__class__
Section titled “__class__”Type: string
The Python-visible class name of this object.
Accessible in Python as
No enums found.