Background for Starfield
Member of the ActiveMagicEffect script
eventOnPlayerTrespass(ObjectReferenceakVictim, LocationakLocation, boolaeCrime)

Description

Documentation Comment

Event that is triggered when the player trespassing.


Parameters

  1. ObjectReferenceakVictim

  2. LocationakLocation

  3. boolaeCrime


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ActiveMagicEffect

event OnPlayerTrespass(ObjectReference akVictim, Location akLocation, bool aeCrime)
    Debug.trace("Event received - OnPlayerTrespass: akVictim = " + akVictim + " akLocation = " + akLocation + " aeCrime = " + aeCrime)
endEvent
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.