Background for Starfield
Member of the ReferenceAlias script
eventOnShipSystemRepaired(ActorValueakSystem, intaBlocksGained, boolaElectromagneticDamage)

Description

Documentation Comment

Event that is triggered when one of this spaceship's systems gains a power block due to being repaired


Parameters

ActorValueakSystem

intaBlocksGained

boolaElectromagneticDamage


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ReferenceAlias

event OnShipSystemRepaired(ActorValue akSystem, int aBlocksGained, bool aElectromagneticDamage)
    Debug.trace("Event received - OnShipSystemRepaired: akSystem = " + akSystem + " aBlocksGained = " + aBlocksGained + " aElectromagneticDamage = " + aElectromagneticDamage)
endEvent
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.