DrawSnakeSystem

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Functions

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

Mixins

__anonymous
mixin ECS.System!1
Undocumented in source.

Static functions

drawElement
void drawElement(ivec2 loc, SnakePart part)
Undocumented in source. Be warned that the author may not have intended to support it.
getDirection
CMovement.Direction getDirection(ivec2 p1, ivec2 p2)
Undocumented in source. Be warned that the author may not have intended to support it.
snakePart
SnakePart snakePart(ivec2 p1, ivec2 p2, ivec2 p3)
Undocumented in source. Be warned that the author may not have intended to support it.
snakeTail
SnakePart snakeTail(ivec2 p1, ivec2 p2)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

EntitiesData
struct EntitiesData
Undocumented in source.

Mixed In Members

From mixin ECS.System!1

__becs_jobs_count
uint __becs_jobs_count;
Undocumented in source.

Meta