help_files_struct Struct Reference

#include <main.h>

Data Fields

char helpname [MAX_BUF]
char title [MAX_BUF]
char message [HUGE_BUF *12]
int dm_only
int autocomplete
struct help_files_structnext

Detailed Description

Help files structure.

Definition at line 478 of file main.h.


Field Documentation

Can the command be autocompleted using the tab key?

Definition at line 493 of file main.h.

Is this for DMs only?

Definition at line 490 of file main.h.

Help name, like "main", or "apply".

Definition at line 481 of file main.h.

char help_files_struct::message[HUGE_BUF *12]

The help message.

Definition at line 487 of file main.h.

Next help entry.

Definition at line 496 of file main.h.

char help_files_struct::title[MAX_BUF]

Help title (shown at the start of the book).

Definition at line 484 of file main.h.


The documentation for this struct was generated from the following file:

Generated by  doxygen 1.6.2