Torpedo

Undocumented in source.

Constructors

this
this(float dx, float dy)
Undocumented in source.

Members

Functions

die
void die()
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render()
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.

Variables

t
int t;
Undocumented in source.

Inherited Members

From GameObject

x
float x;
y
float y;
vx
float vx;
vy
float vy;
Undocumented in source.
shapes
Shape!float[] shapes;

shape coordinates are relative to x,y

dead
bool dead;
Undocumented in source.
DEATHBRAKES
enum DEATHBRAKES;
Undocumented in source.
step
void step(uint deltaTicks)
Undocumented in source. Be warned that the author may not have intended to support it.
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.

Meta