Background for Starfield
Member of the RefCollectionAlias script
eventOnPlayerPayFine(ObjectReferenceakSenderRef, ObjectReferenceakGuard, FormakFaction, intaeCrimeGold)

Description

Documentation Comment

Event that is triggered when the player pays fine.


Parameters

ObjectReferenceakSenderRef

ObjectReferenceakGuard

FormakFaction

intaeCrimeGold


Examples

Auto-Generated Example

Scriptname MyCoolScript extends RefCollectionAlias

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