Background for Starfield
Member of the ReferenceAlias script
eventOnPlayerArrested(ObjectReferenceakGuard, LocationakLocation, intaeCrimeType)

Description

Documentation Comment

Event that is triggered when the player is arrested.


Parameters

ObjectReferenceakGuard

LocationakLocation

intaeCrimeType


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ReferenceAlias

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