GameObject

Undocumented in source.

Members

Functions

collideWith
void collideWith(Plane[] planeIndices)
Undocumented in source. Be warned that the author may not have intended to support it.
die
void die()
Undocumented in source. Be warned that the author may not have intended to support it.
step
void step(uint deltaTicks)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

DEATHBRAKES
enum DEATHBRAKES;
Undocumented in source.

Variables

dead
bool dead;
Undocumented in source.
shapes
Shape!float[] shapes;

shape coordinates are relative to x,y

vx
float vx;
vy
float vy;
Undocumented in source.
x
float x;
y
float y;
Undocumented in source.

Inherited Members

From GameEntity

__anonymous
mixin DListLink
Undocumented in source.
plane
Plane plane;
Undocumented in source.
step
void step(uint deltaTicks)
Undocumented in source.
render
void render()
Undocumented in source.
add
void add(Plane plane)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta