Uses of Class
zombie.scripting.objects.VehicleScript.Model
Packages that use VehicleScript.Model
-
Uses of VehicleScript.Model in zombie.scripting.objects
Fields in zombie.scripting.objects with type parameters of type VehicleScript.ModelMethods in zombie.scripting.objects that return VehicleScript.ModelModifier and TypeMethodDescriptionVehicleScript.getModel()
VehicleScript.Part.getModel
(int int0) VehicleScript.getModelById
(String id) VehicleScript.getModelById
(String id, ArrayList<VehicleScript.Model> _models) VehicleScript.Part.getModelById
(String string) VehicleScript.getModelByIndex
(int index) Method parameters in zombie.scripting.objects with type arguments of type VehicleScript.ModelModifier and TypeMethodDescriptionVehicleScript.getModelById
(String id, ArrayList<VehicleScript.Model> _models) -
Uses of VehicleScript.Model in zombie.vehicles
Fields in zombie.vehicles declared as VehicleScript.ModelMethods in zombie.vehicles that return VehicleScript.ModelModifier and TypeMethodDescriptionprotected VehicleScript.Model
VehiclePart.getScriptModelById
(String string) Methods in zombie.vehicles with parameters of type VehicleScript.ModelModifier and TypeMethodDescriptionprotected BaseVehicle.ModelInfo
BaseVehicle.setModelVisible
(VehiclePart vehiclePart, VehicleScript.Model model, boolean boolean0)