SetRadioFrequency - ObjectReference

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: ObjectReference Script

Sets the frequency this radio receiver is tuned to.

Syntax[edit | edit source]

Function SetRadioFrequency(float afFrequency) native

Parameters[edit | edit source]

  • afFrequency: The frequency to set the radio to.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Set the radio to station 45.1
myRadio.SetRadioFrequency(45.1)

See Also[edit | edit source]