ArchWizard

DGD/

source navigation ]
diff markup ]
identifier search ]
file search ]
Version: [ 1.0.a0 ] [ 1.1 ] [ 1.2 ] [ 1.2p1 ] [ 1.2p2 ] [ 1.2p3 ] [ 1.2p4 ] [ 1.2.151 ]

  1 NAME
  2         restore_object - restore variables of an object
  3 
  4 SYNOPSIS
  5         int restore_object(string file)
  6 
  7 
  8 DESCRIPTION
  9         Restore all global variables in an object that are not private or
 10         static from a file.  All variables which qualify, but were not
 11         restored and do not contain object values, will be set to 0.  1 is
 12         returned if the variables could be restored, 0 otherwise.
 13 
 14 ERRORS
 15         An error will result if the restore file does not have the proper
 16         format.
 17 
 18 SEE ALSO
 19         kfun/save_object

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.