HelpLib.SubCategoryExists
From WoWWiki
This article is a part of the documentation of the HelpLib function library
Checks if a SubCategory exists
subcategoryExists = HelpLib.SubCategoryExists(SubCategoryName,CategoryName)
Parameters
Arguments
-
- SubCategoryName
- String - Name of the subcategory to check for
- CategoryName
- String - Name of the category within which to check for the subcategory.
Returns
- subcategoryExists
- Boolean - True if the category exists, false otherwise.
