SetRadioFrequency - ObjectReference

Revision as of 16:28, 2 December 2015 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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