Core Help Root: Commands: @dump


PROGRAMMER COMMAND

Syntax @dump <objref> [options]

Dumps the source code for a particular object, such that you can upload it to another server. When you @dump an object, all of the information about the object required to reproduce it is dumped to the screen.

Options can be:

+t?extdump Lists the code in textdump format rather than @program format.
+m?ethods Lists methods.
+v?ariables Lists variables.
+h?eader Lists headers.



the Cold Dark