- Found in:
- Vanilla
eventOnGameplayOptionChanged(GameplayOption[]aChangedOptions)
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