|  | ||
| 
 | 
 void reset_visibility ( char *path ) 
 char *path; // path to entity 
 
 | 
 | 
| Synopsis | #include "silver.h" 
 The reset_visibility function causes the state of the visibility of the entity specified by name to revert back to its previous state as saved by record_visibility . 
 | 
 | 
| Parameters | path is a null-terminated string containing the full path name of the entity. 
 | 
 | 
| Return Value | none. 
 | 
 | 
| Comments | reset_visibility does not refresh the screen. 
 | 
 | 
| See Also | 
 | |
| 
 | 
 |