Background for Starfield
Member of the SpaceshipReference script
eventOnShipRefueled(intaFuelAdded)

Description

Documentation Comment

Event that is triggered when fuel has been added to this spaceship


Parameters

intaFuelAdded


Examples

Auto-Generated Example

Scriptname MyCoolScript extends SpaceshipReference

event OnShipRefueled(int aFuelAdded)
    Debug.trace("Event received - OnShipRefueled: aFuelAdded = " + aFuelAdded)
endEvent
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.