Background for Starfield
Member of the ScriptObject script

Description

Documentation Comment

Occurence of a GameplayOptionChanged event from the settings menu


Parameters

GameplayOption[]aChangedOptions


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ScriptObject

event OnGameplayOptionChanged(GameplayOption[] aChangedOptions)
    Debug.trace("Event received - OnGameplayOptionChanged: aChangedOptions = " + aChangedOptions)
endEvent
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.