Repair - ObjectReference

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: ObjectReference Script

Repair damage on this reference. This is designed for Workshop items. If the reference is destructible, it will clear the destruction state. If the reference is a turret, it will heal the damage and revert it to a proper functional state.

Syntax[edit | edit source]

Function Repair() native

Parameters[edit | edit source]

None.

Examples[edit | edit source]

; Repair myTurret
myTurret.Repair()

See Also[edit | edit source]