IsRadioOn - ObjectReference

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: ObjectReference Script

Returns whether this radio receiver is on or not.

Syntax[edit | edit source]

bool Function IsRadioOn() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

Whether this receiver is on or not.

Examples[edit | edit source]

if radio.IsRadioOn()
  Debug.Trace("Radio receiver is currently on!")
endif

See Also[edit | edit source]