Phantasmal Site > Phantasmal API > API Listing > clear_help_entries
API Function: clear_help_entries
- Summary:
- remove all help entries
- Defined In LPC Object:
- /usr/System/sys/helpd.c
- Prototype:
- void clear_help_entries(void)
- Can Be Called By:
- System, Common, Game
- Description:
-
When this function is called, the HelpD clears out all existing
help entries. This is useful when reloading your help entries,
to delete extraneous entries.
- Return Value:
-
Nothing.
- Errors:
- Normally none.
- See Also:
- reread_help_files ,
new_help_file ,
new_help_directory
|