21 lines
614 B
Modula-2
21 lines
614 B
Modula-2
extends Entity;
|
|
|
|
vtable 0x10ad60;
|
|
|
|
constructor (Level *level) = 0x81b80;
|
|
|
|
virtual-method void actuallyHurt(int damage) = 0x16c;
|
|
virtual-method void die(Entity *cause) = 0x130;
|
|
virtual-method ItemInstance *getCarriedItem() = 0x1ac;
|
|
virtual-method void updateAi() = 0x1cc;
|
|
virtual-method float getWalkingSpeedModifier() = 0x1e8;
|
|
virtual-method void aiStep() = 0x180;
|
|
virtual-method int getMaxHealth() = 0x168;
|
|
|
|
method bool getSharedFlag(int flag) = 0x81fd8;
|
|
method void setSharedFlag(int flag, bool value) = 0x81ef8;
|
|
|
|
property int health = 0xec;
|
|
property std::string texture = 0xb54;
|
|
property Random random = 0x138;
|