Background for Fallout 4
Member of the Activator script
boolfunctionIsRadio()Native

Description

Wiki Description

Returns whether this activator is a radio or not.

Documentation Comment

Returns whether this activator is a radio or not


Caveats


Examples

; Check to see if we have a radio
if myObject.IsRadio()
  Debug.Trace("We have a radio!")
endif

Auto-Generated Example

bool returnedValue = myActivator__toCallFunctionOn.IsRadio()

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.