Background for Fallout 4
Member of the ObjectReference script
voidfunctionSetRadioVolume(floatafVolume)Native

Description

Wiki Description

Sets the volume of this radio receiver.

Documentation Comment

Sets the volume of this radio receiver


Parameters

  1. floatafVolume

    CK Wiki Description

    The volume to set the radio to. Clamped in a range from 0.0 to 1.0.


Examples

; Set the radio to half volume
myRadio.SetRadioVolume(0.5)

Auto-Generated Example

float myFloat__afVolume

myObjectReference__toCallFunctionOn.SetRadioVolume(myFloat__afVolume)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.