ShipWeaponSystem

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

Members

Functions

onAddEntity
void onAddEntity(EntitiesData data)
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.

Structs

Boss
struct Boss
Undocumented in source.
EntitiesData
struct EntitiesData
Undocumented in source.
Ship
struct Ship
Undocumented in source.
Tower
struct Tower
Undocumented in source.

Variables

boss
Boss boss;
Undocumented in source.
ship
Ship ship;
Undocumented in source.
tower
Tower tower;
Undocumented in source.

Mixed In Members

From mixin ECS.System

__becs_jobs_count
uint __becs_jobs_count;
Undocumented in source.

Meta