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

Description

Documentation Comment

Event that is triggered when the player pays fine.


Parameters

  1. ObjectReferenceakGuard

  2. FormakFaction

  3. intaeCrimeGold


Examples

Auto-Generated Example

Scriptname MyCoolScript extends Actor

event OnPlayerPayFine(ObjectReference akGuard, Form akFaction, int aeCrimeGold)
    Debug.trace("Event received - OnPlayerPayFine: 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.