Background for Fallout 4
Member of the ObjectReference script
eventOnPowerOff()

Description

Wiki Description

Event received when a workshop item loses power.

Documentation Comment

Event received when a workshop loses all power


Examples

Event OnPowerOff()
  Debug.Trace("Item now powered off.")
EndEvent

Auto-Generated Example

Scriptname MyCoolScript extends ObjectReference

event OnPowerOff()
    Debug.trace("Event received - OnPowerOff")
endEvent

Related Pages


Additional References

View this event’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.