Atrinik Client 2.5
Data Fields
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 186 of file main.h.


Field Documentation

Can the command be autocompleted using the tab key?

Definition at line 201 of file main.h.

Is this for DMs only?

Definition at line 198 of file main.h.

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

Definition at line 189 of file main.h.

char help_files_struct::message[HUGE_BUF *12]

The help message.

Definition at line 195 of file main.h.

Next help entry.

Definition at line 204 of file main.h.

char help_files_struct::title[MAX_BUF]

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

Definition at line 192 of file main.h.


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