Background for Fallout 4
Member of the Quest script
eventOnStoryClearLocation(LocationakOldLocation)


Parameters

  1. LocationakOldLocation


Examples

Auto-Generated Example

Scriptname MyCoolScript extends Quest

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