Entity

Undocumented in source.

Constructors

this
this(float x, float y, float z, float friction, int sprite)
Undocumented in source.

Members

Functions

kill
void kill()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ax
float ax;
ay
float ay;
az
float az;
Undocumented in source.
dead
bool dead;
Undocumented in source.
friction
float friction;
health
int health;
Undocumented in source.
sprite
int sprite;
Undocumented in source.
vx
float vx;
vy
float vy;
vz
float vz;
Undocumented in source.
x
float x;
y
float y;
z
float z;
Undocumented in source.

Meta