Package zombie.audio
Class FMODLocalParameter
java.lang.Object
zombie.audio.FMODParameter
zombie.audio.FMODLocalParameter
- Direct Known Subclasses:
ParameterCharacterInside,ParameterCharacterMovementSpeed,ParameterCurrentZone,ParameterEquippedBaggageContainer,ParameterFireSize,ParameterFootstepMaterial,ParameterFootstepMaterial2,ParameterLocalPlayer,ParameterMeleeHitSurface,ParameterOcclusion,ParameterPlayerDistance,ParameterPlayerHealth,ParameterShoeType,ParameterVehicleBrake,ParameterVehicleEngineCondition,ParameterVehicleGear,ParameterVehicleHitLocation,ParameterVehicleLoad,ParameterVehicleRoadMaterial,ParameterVehicleRPM,ParameterVehicleSkid,ParameterVehicleSpeed,ParameterVehicleSteer,ParameterVehicleTireMissing,ParameterZombieState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatvoidsetCurrentValue(float float1) voidstartEventInstance(long long1) voidstopEventInstance(long long1) Methods inherited from class zombie.audio.FMODParameter
getCurrentValue, getName, getParameterDescription, getParameterID, resetToDefault, update
-
Constructor Details
-
FMODLocalParameter
-
-
Method Details
-
calculateCurrentValue
public float calculateCurrentValue()- Specified by:
calculateCurrentValuein classFMODParameter
-
setCurrentValue
public void setCurrentValue(float float1) - Specified by:
setCurrentValuein classFMODParameter
-
startEventInstance
public void startEventInstance(long long1) - Specified by:
startEventInstancein classFMODParameter
-
stopEventInstance
public void stopEventInstance(long long1) - Specified by:
stopEventInstancein classFMODParameter
-