ClearDestruction - ObjectReference
Revision as of 13:28, 26 January 2019 by imported>LorrMaster
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()
Notes
- Despite the destruction effects being cleared, it does not seem like they are reapplied upon further damage.