Background for Starfield
Member of the ReferenceAlias script
eventOnPlayerCrimeGold(ObjectReferenceakVictim, FormakFaction, intaeCrimeGold, intaeCrimeType)

Description

Documentation Comment

Event that is triggered when the player gets crimegold .


Parameters

ObjectReferenceakVictim

FormakFaction

intaeCrimeGold

intaeCrimeType


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ReferenceAlias

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