Class VehicleScript.LightBar

java.lang.Object
zombie.scripting.objects.VehicleScript.LightBar
Enclosing class:
VehicleScript

public static class VehicleScript.LightBar
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    boolean enable  
    java.lang.String soundSiren0  
    java.lang.String soundSiren1  
    java.lang.String soundSiren2  
  • Constructor Summary

    Constructors
    Constructor Description
    LightBar()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • enable

      public boolean enable
    • soundSiren0

      public java.lang.String soundSiren0
    • soundSiren1

      public java.lang.String soundSiren1
    • soundSiren2

      public java.lang.String soundSiren2
  • Constructor Details

    • LightBar

      public LightBar()