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

Description

Wiki Description

Returns whether this radio receiver is on or not.

Documentation Comment

Returns if this radio receiver is on or not


Caveats


Examples

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

Auto-Generated Example

bool returnedValue = myObjectReference__toCallFunctionOn.IsRadioOn()

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.