Class FMODLocalParameter
java.lang.Object
zombie.audio.FMODParameter
zombie.audio.FMODLocalParameter
- Direct Known Subclasses:
ParameterActionProgressPercent, ParameterBroadcastGenre, ParameterBroadcastVoiceType, ParameterBulletHitSurface, ParameterCharacterInside, ParameterCharacterMovementSpeed, ParameterCharacterMoving, ParameterCharacterOnFire, ParameterCharacterVoicePitch, ParameterCharacterVoiceType, ParameterCurrentZone, ParameterDeaf, ParameterDeviceVolume, ParameterDragMaterial, ParameterElevation, ParameterEquippedBaggageContainer, ParameterExercising, ParameterFirearmInside, ParameterFirearmRoomSize, ParameterFireSize, ParameterFootstepMaterial, ParameterFootstepMaterial2, ParameterIsStashTile, ParameterLocalPlayer, ParameterMeleeHitSurface, ParameterOcclusion, ParameterOverlapFoliageType, ParameterPlayerDistance, ParameterPlayerHealth, ParameterShoeType, ParameterVehicleBrake, ParameterVehicleEngineCondition, ParameterVehicleGear, ParameterVehicleHitLocation, ParameterVehicleLoad, ParameterVehicleRoadMaterial, ParameterVehicleRPM, ParameterVehicleSkid, ParameterVehicleSpeed, ParameterVehicleSteer, ParameterVehicleTireMissing, ParameterZombieState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatvoidsetCurrentValue(float value) voidstartEventInstance(long inst) voidstopEventInstance(long inst) Methods inherited from class 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 value) - Specified by:
setCurrentValuein classFMODParameter
-
startEventInstance
public void startEventInstance(long inst) - Specified by:
startEventInstancein classFMODParameter
-
stopEventInstance
public void stopEventInstance(long inst) - Specified by:
stopEventInstancein classFMODParameter
-