Description
Wiki Description
Obtains the current destruction stage of the object.
Documentation Comment
Returns the object's current destruction stage
Caveats
CK Wiki - Notes
A completely undamaged object appears to have a destruction stage of -1.
Examples
; Has megaton hit stage 2 destruction yet?
if (MegatonReference.GetCurrentDestructionStage() >= 2)
Debug.Trace("Wow, you've really beat that town up!")
endIfAuto-Generated Example
int returnedValue = myObjectReference__toCallFunctionOn.GetCurrentDestructionStage()