Variable PLAYBULB_candle_SPEEDConst

PLAYBULB_candle_SPEED: {
    Faster: 255;
    ReallyFast: 1;
    ReallySlow: 0;
    Slower: 2;
} = ...

Type declaration

  • Readonly Faster: 255
  • Readonly ReallyFast: 1
  • Readonly ReallySlow: 0
  • Readonly Slower: 2

Generated using TypeDoc