SNAPSHOTCOPYALL
stackThe SNAPSHOTCOPYALL
function behaves like SNAPSHOTALL
but does not consume the elements of the stack, instead it produces WarpScript code which will regenerate the stack and its symbols as it was before the call and pushes this code on top of the stack.
Note that some types of objects created by third party functions may not be serializable, SNAPSHOTCOPYALL
will emit a STRING of the form UNSUPPORTED: class xxx
when such a type is encountered.