Options
All
  • Public
  • Public/Protected
  • All
Menu

Bullet frame type constants for Weapon.setBulletFrames

Index

Enumeration members

BULLET_FRAME_CYCLE

BULLET_FRAME_CYCLE = 1

When selecting a bullet frame the next frame should be used

BULLET_FRAME_RANDOM

BULLET_FRAME_RANDOM = 2

When selecting a bullet frame a random frame should be used.

BULLET_FRAME_STABLE

BULLET_FRAME_STABLE = 0

When selecting a bullet frame the same frame should always be used. This is the default value.

Generated using TypeDoc