HitPointsSystem

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

Members

Functions

handleEvent
void handleEvent(Entity* entity, EBulletHit event)
Undocumented in source. Be warned that the author may not have intended to support it.
handleEvent
void handleEvent(Entity* entity, EDeath event)
Undocumented in source. Be warned that the author may not have intended to support it.
onCreate
void onCreate()
Undocumented in source. Be warned that the author may not have intended to support it.
onDestroy
void onDestroy()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ECS.System
Undocumented in source.

Static variables

explosion_laser_frames
vec4[] explosion_laser_frames;
Undocumented in source.
upgrade_laser_frames
vec4[] upgrade_laser_frames;
Undocumented in source.

Structs

EntitiesData
struct EntitiesData
Undocumented in source.

Variables

explosion_tmpl
EntityTemplate* explosion_tmpl;
Undocumented in source.
upgrade_tmpl
EntityTemplate* upgrade_tmpl;
Undocumented in source.

Mixed In Members

From mixin ECS.System

__becs_jobs_count
uint __becs_jobs_count;
Undocumented in source.

Meta