Crossfire Client, Branch  R11627
Defines
chelp.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define HELP_BIND_LONG   "Syntax:\n\ bind [[-nframeg] <command>]\n\\n\Flags (default -nrfam):\n\ n - used in normal-mode\n\ f - used in fire-mode\n\ r - used in run-mode\n\ a - used with alt key\n\ m - used with meta key\n\ e - leave command in line edit\n\ g - global key (not recommended)\n\Each client may not support every flag.\n\\n\bind without flags/command gets client help.\n\\n\Special 'commands':\n\ bind commandkey - sets commandkey\n\ bind firekey1 - sets first firekey\n\ bind firekey2 - sets second firekey\n\ bind runkey1 - sets first runkey\n\ bind runkey2 - sets second runkey\n\ bind prevkey - sets history-previous key\n\ bind nextkey - sets history-next key\n\ bind completekey - sets complete-command key\n\\n\Examples:\n\bind -f cast paralyzed (F3)\n\ will typically mean that Shift-F3\n\ is used to select that spell (Shift\n\ being the fire key)\n\\n\bind -e shout (\")\n\ will put the cursor in the command\n\ box after writing 'shout' when you\n\ press double-quote. So you can shout\n\ to your friends easier. ;)\n"
#define HELP_BIND_SHORT   "bind a command to a key"
#define HELP_INV_LONG   "Syntax:\n\ inv\n\Debug info about inventory."
#define HELP_INV_SHORT   "show clients inventory (debug)"
#define HELP_MAGICMAP_LONG   "Syntax:\n\ magicmap\n\Displays last shown magic map."
#define HELP_MAGICMAP_SHORT   "show last received magic map"
#define HELP_SAVEDEFAULTS_LONG   "Syntax:\n\ savedefaults\n\Saves configuration."
#define HELP_SAVEDEFAULTS_SHORT   "save various defaults into ~/.crossfire/defaults"
#define HELP_UNBIND_LONG   "Syntax:\n\ unbind [-g] [#]\n\ unbind reset\n\Without -g command uses user's bindind,\n\with -g global binding.\n\Without number it displays current bindings,\n\with # it unbinds it.\n\'reset' resets default bindings."
#define HELP_UNBIND_SHORT   "unbind a command, show bindings"

Define Documentation

#define HELP_BIND_LONG   "Syntax:\n\ bind [[-nframeg] <command>]\n\\n\Flags (default -nrfam):\n\ n - used in normal-mode\n\ f - used in fire-mode\n\ r - used in run-mode\n\ a - used with alt key\n\ m - used with meta key\n\ e - leave command in line edit\n\ g - global key (not recommended)\n\Each client may not support every flag.\n\\n\bind without flags/command gets client help.\n\\n\Special 'commands':\n\ bind commandkey - sets commandkey\n\ bind firekey1 - sets first firekey\n\ bind firekey2 - sets second firekey\n\ bind runkey1 - sets first runkey\n\ bind runkey2 - sets second runkey\n\ bind prevkey - sets history-previous key\n\ bind nextkey - sets history-next key\n\ bind completekey - sets complete-command key\n\\n\Examples:\n\bind -f cast paralyzed (F3)\n\ will typically mean that Shift-F3\n\ is used to select that spell (Shift\n\ being the fire key)\n\\n\bind -e shout (\")\n\ will put the cursor in the command\n\ box after writing 'shout' when you\n\ press double-quote. So you can shout\n\ to your friends easier. ;)\n"

Definition at line 7 of file chelp.h.

Referenced by help_bind().

#define HELP_BIND_SHORT   "bind a command to a key"

Definition at line 6 of file chelp.h.

#define HELP_INV_LONG   "Syntax:\n\ inv\n\Debug info about inventory."

Definition at line 67 of file chelp.h.

Referenced by help_inv().

#define HELP_INV_SHORT   "show clients inventory (debug)"

Definition at line 66 of file chelp.h.

#define HELP_MAGICMAP_LONG   "Syntax:\n\ magicmap\n\Displays last shown magic map."

Definition at line 55 of file chelp.h.

Referenced by help_magicmap().

#define HELP_MAGICMAP_SHORT   "show last received magic map"

Definition at line 54 of file chelp.h.

#define HELP_SAVEDEFAULTS_LONG   "Syntax:\n\ savedefaults\n\Saves configuration."

Definition at line 60 of file chelp.h.

#define HELP_SAVEDEFAULTS_SHORT   "save various defaults into ~/.crossfire/defaults"

Definition at line 59 of file chelp.h.

#define HELP_UNBIND_LONG   "Syntax:\n\ unbind [-g] [#]\n\ unbind reset\n\Without -g command uses user's bindind,\n\with -g global binding.\n\Without number it displays current bindings,\n\with # it unbinds it.\n\'reset' resets default bindings."

Definition at line 45 of file chelp.h.

Referenced by help_unbind().

#define HELP_UNBIND_SHORT   "unbind a command, show bindings"

Definition at line 44 of file chelp.h.