SetRadioFrequency - ObjectReference

Member of: ObjectReference Script

Sets the frequency this radio receiver is tuned to.

SyntaxEdit

Function SetRadioFrequency(float afFrequency) native

ParametersEdit

  • afFrequency: The frequency to set the radio to.

Return ValueEdit

None.

ExamplesEdit

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

See AlsoEdit