Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Events

BULLET_KILL

BULLET_KILL: "kill" = 'kill'

This event is dispatched when a bullet is killed.

param bullet

The bullet that was killed

param weapon

The weapon emitting the event

WEAPON_FIRE

WEAPON_FIRE: "fire" = 'fire'

This event is dispatched when a weapon is fired.

param bullet

The bullet that was fired

param weapon

The weapon emitting the event

param speed

The speed of the bullet

WEAPON_FIRE_LIMIT

WEAPON_FIRE_LIMIT: "firelimit" = 'firelimit'

This event is dispatched when the weapon's fire limit is reached.

param weapon

The weapon emitting the event

param fireLimit

The fire limit

Generated using TypeDoc