Gaming
 

HelpLib.CreateNewCategory

From WoWWiki

This article is a part of the documentation of the HelpLib function library

Creates a new category

HelpLib.CreateNewCategory(CategoryName)

Parameters

Arguments

CategoryName: String - Name of the Category to create.

Returns

nil

Example

HelpLib.CreateNewCategory("Cosmos")

Result

Creates a new category called "Cosmos" as long as it does not yet exist.

Details

Adds a category to the Help database.
Notes
  • Fails silently if the category already exists.