Background for Starfield
Member of the Game script
boolfunctionIsPlayerListening(floatafFrequency)NativeGlobal

Description

Wiki Description

Returns whether the player actively listening to a transmitter that uses the given frequency.

Documentation Comment

Is the player actively listening to a transmitter using the given frequency.
(Pipboy is on, set to a frequency that would receive the transmission, and within the transmitter's outer radius.)


Parameters

  1. floatafFrequency


Examples

if (Game.IsPlayerListening(98.0))
  Debug.Trace("Quick, the player's listening. Say something cool on frequency 98.0.")
endIf

Auto-Generated Example

float myFloat__afFrequency

bool returnedValue = Game.IsPlayerListening(myFloat__afFrequency)

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.