|
Phantasmal Site > Phantasmal API > API Listing > clear_registered_help_dirs
API Function: clear_registered_help_dirs
- Summary:
- unregister all help directories
- Defined In LPC Object:
- /usr/System/sys/helpd.c
- Prototype:
- void clear_registered_help_dirs(void)
- Can Be Called By:
- System, Common, Game
- Description:
-
When this function is called, the HelpD clears out all existing
help directories. Those directories will no longer be re-read
by reread_help_files, nor when upgrading the HelpD.
- Return Value:
-
Nothing.
- Errors:
- Normally none.
- See Also:
- reread_help_files ,
new_help_directory
|