Background for Skyrim SE
Member of the ObjectReference script
voidfunctionClearDestruction()Native

Description

Wiki Description

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

Documentation Comment

Clears all effects of destruction from this object


Caveats

CK Wiki - Notes

  • Despite the destruction effects being cleared, it does not seem like they are reapplied upon further damage.

Examples

; Clear all destruction on megaton
MegatonReference.ClearDestruction()

Auto-Generated Example

myObjectReference__toCallFunctionOn.ClearDestruction()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.