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

Description

Documentation Comment

Event that is triggered when the player trespassing.


Parameters

ObjectReferenceakVictim

LocationakLocation

boolaeCrime


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ReferenceAlias

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.