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
-
Method Summary
Modifier and TypeMethodDescriptionfloat
void
setCurrentValue
(float float1) void
startEventInstance
(long long1) void
stopEventInstance
(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:
calculateCurrentValue
in classFMODParameter
-
setCurrentValue
public void setCurrentValue(float float1) - Specified by:
setCurrentValue
in classFMODParameter
-
startEventInstance
public void startEventInstance(long long1) - Specified by:
startEventInstance
in classFMODParameter
-
stopEventInstance
public void stopEventInstance(long long1) - Specified by:
stopEventInstance
in classFMODParameter
-