Package zombie.scripting.objects
Class VehicleScript.Part
java.lang.Object
zombie.scripting.objects.VehicleScript.Part
- Enclosing class:
- VehicleScript
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
boolean
boolean
boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setMechanicRequireKey
(boolean boolean1) void
setRepairMechanic
(boolean boolean1)
-
Field Details
-
id
-
parent
-
itemType
-
container
-
area
-
wheel
-
tables
-
luaFunctions
-
models
-
bSetAllModelsVisible
public boolean bSetAllModelsVisible -
door
-
window
-
anims
-
category
-
specificItem
public boolean specificItem -
mechanicRequireKey
public boolean mechanicRequireKey -
repairMechanic
public boolean repairMechanic -
hasLightsRear
public boolean hasLightsRear
-
-
Constructor Details
-
Part
public Part()
-
-
Method Details
-
isMechanicRequireKey
public boolean isMechanicRequireKey() -
setMechanicRequireKey
public void setMechanicRequireKey(boolean boolean1) -
isRepairMechanic
public boolean isRepairMechanic() -
setRepairMechanic
public void setRepairMechanic(boolean boolean1)
-