OnPowerOn - ObjectReference

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: ObjectReference Script

Event received when a workshop item receives power for the first time.

Syntax[edit | edit source]

Event OnPowerOn(ObjectReference akPowerGenerator)

Parameters[edit | edit source]

Examples[edit | edit source]

Event OnPowerOn(ObjectReference akPowerGenerator)
  Debug.Trace(akPowerGenerator+ " powers another item.")
EndEvent

See Also[edit | edit source]