◆ GenerateString()
static string Pathfinder.Command.Help.GenerateString |
( |
KeyValuePair< string, string > |
pair | ) |
|
|
static |
◆ GetPageString()
static string Pathfinder.Command.Help.GetPageString |
( |
int |
page = 0 | ) |
|
|
static |
- Returns
- The string for a page.
- Parameters
-
page | The page to get the string for. |
◆ GetStringFor()
static string Pathfinder.Command.Help.GetStringFor |
( |
string |
cmd | ) |
|
|
static |
- Returns
- The resulting help string or
null
if it doesn't exist.
- Parameters
-
◆ HelpCount
int Pathfinder.Command.Help.HelpCount => Helpfile.help.Count + help.Count |
|
static |
◆ PageCount
int Pathfinder.Command.Help.PageCount => HelpCount / Helpfile.ITEMS_PER_PAGE + 1 |
|
static |
The documentation for this class was generated from the following file: