Difference between revisions of "ClearDestruction - ObjectReference"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Jlundin
(No difference)

Revision as of 11:07, 21 October 2011

Member of: ObjectReference Script

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

Syntax

Function ClearDestruction() native

Parameters

None.

Return Value

None.

Examples

; Clear all destruction on megaton
MegatonReference.ClearDestruction()

See Also