v1.2.112 - kfun - save_object
|
NAME |
| save_object - save variables of an object
|
SYNOPSIS |
| void save_object(string file)
|
DESCRIPTION |
| Save all global variables in an object that are not private or static
to a file. Only non-zero and non-object values are actually saved.
|
ERRORS |
| An error will result if the save file could not be created.
|
SEE ALSO |
| kfun/restore_object
|