|
|
1 NAME 2 save_object - save variables of an object 3 4 SYNOPSIS 5 void save_object(string file) 6 7 8 DESCRIPTION 9 Save all global variables in an object that are not private or static 10 to a file. Only non-zero and non-object values are actually saved. 11 12 ERRORS 13 An error will result if the save file could not be created. 14 15 SEE ALSO 16 kfun/restore_object