Repair - ObjectReference

From the Fallout4 CreationKit Wiki
Revision as of 12:11, 19 November 2015 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]