Space Station 13 - Nebula13 - Modules - TypesProc Details

extension

Procs

CanCloneExtensions can't be cloned from a Clone() call, because they need a holder on New, and cannot be cloned onto the same object. Use copy_from instead!
copy_fromWorkaround for extensions not supporting Clone(). Copy data from another extension, so we're essentially a clone of that other extension.

Proc Details

CanClone

Extensions can't be cloned from a Clone() call, because they need a holder on New, and cannot be cloned onto the same object. Use copy_from instead!

copy_from

Workaround for extensions not supporting Clone(). Copy data from another extension, so we're essentially a clone of that other extension.