SetBroadcastState

From the Fallout3 GECK Wiki
Revision as of 13:28, 12 August 2009 by imported>Geckbot (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
Jump to navigation Jump to search

Description

SetBroadcastState sets the broadcast state of a radio station.

Syntax

stationRef.SetBroadcastState [0/1]

Parameters

  • 0 turns off continuous broadcast -- the station will play static except when playing scripted conversations using StartRadioConversation.
  • 1 turns on continuous broadcast -- the station will generate and play radio conversations one after another.

Examples

NPCRadio.SetBroadcastState 1

NPCRadio will now broadcast whatever audio is assigned to that station.

See Also