ClearDestruction - ObjectReference

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: ObjectReference Script

Clears all effects of destruction from the object. Will NOT fire off destruction stage changed events.

Syntax[edit | edit source]

Function ClearDestruction() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Clear all destruction on megaton
MegatonReference.ClearDestruction()

See Also[edit | edit source]