Level

Undocumented in source.

Members

Enums

Block
enum Block
Undocumented in source.

Functions

clearEntities
void clearEntities()
Undocumented in source. Be warned that the author may not have intended to support it.
collides
bool collides(int x, int z)
Undocumented in source. Be warned that the author may not have intended to support it.
collision
void collision()
Undocumented in source. Be warned that the author may not have intended to support it.
decodeLevel
void decodeLevel(Renderer renderer, int id)
Undocumented in source. Be warned that the author may not have intended to support it.
nextLevel
void nextLevel()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(Explosion* e)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(Particle* p)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(PlayerPlasma* p)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(Sentry* s)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(SentryPlasma* p)
Undocumented in source. Be warned that the author may not have intended to support it.
rebootCpu
void rebootCpu()
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(Explosion* e)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(Particle* p)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(Health* h)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(Spider* s)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(PlayerPlasma* p)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(Sentry* s)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(SentryPlasma* s)
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render(Renderer renderer, float tick)
Undocumented in source. Be warned that the author may not have intended to support it.
updateEntities
void updateEntities(float tick, Input input, int mouseX, int mouseY)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cpus
PointerArray!(Cpu*) cpus;
Undocumented in source.
cpus_rebooted
int cpus_rebooted;
Undocumented in source.
data
ubyte[] data;
Undocumented in source.
explosions
PointerArray!(Explosion*) explosions;
Undocumented in source.
healths
PointerArray!(Health*) healths;
Undocumented in source.
pPlasma
PointerArray!(PlayerPlasma*) pPlasma;
Undocumented in source.
particles
PointerArray!(Particle*) particles;
Undocumented in source.
player
Player player;
Undocumented in source.
sPlasma
PointerArray!(SentryPlasma*) sPlasma;
Undocumented in source.
sentries
PointerArray!(Sentry*) sentries;
Undocumented in source.
spiders
PointerArray!(Spider*) spiders;
Undocumented in source.

Meta