OPTIONAL SYNOPSIS void swap(object obj, int flags = 0) DESCRIPTION Swap out an object. This efun is only used for system internal debugging and can cause a crash. can be given to specify which parts of to swap. It is a bitmask of the following: 1: Swap program 2: Swap variables The default (also when 0 given) is both (3). HISTORY LDMud 3.6.4 introduced the second argument.