While searching the scripting docs on the word "destructor", I came across this snippet of code:
// Set the missiles timeout destructor to 5
clone.timeoutDestructor = 5;
So I searched for timeoutDestructor in the docs, but nothing comes up. What the bleep is that?