Background for Starfield
Member of the ObjectReference script
eventOnWorkshopFlyCam(boolaStart)

Description

Documentation Comment

Event received when the player enters or leaves Workshop FlyCam


Parameters

  1. boolaStart


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ObjectReference

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