Background for Starfield
Member of the Actor script
eventOnPlayerAssaultActor(ObjectReferenceakVictim, LocationakLocation, boolaeCrime)

Description

Documentation Comment

Event that is triggered when the player assaults someone.


Parameters

  1. ObjectReferenceakVictim

  2. LocationakLocation

  3. boolaeCrime


Examples

Auto-Generated Example

Scriptname MyCoolScript extends Actor

event OnPlayerAssaultActor(ObjectReference akVictim, Location akLocation, bool aeCrime)
    Debug.trace("Event received - OnPlayerAssaultActor: 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.