- Found in:
- Vanilla
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
floatafFrequency
Examples
if (Game.IsPlayerListening(98.0))
Debug.Trace("Quick, the player's listening. Say something cool on frequency 98.0.")
endIfAuto-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
