Definition : CMDPARSE_PARALYZE_ALLOWED

Defined in : #include <cmdparse.h>

Description: This definition returns a list of all commands that should always
             be available, even when a person is paralyzed by doing something
             else. Domains should rather use CMDPARSE_PARALYZE_CMD_IS_ALLOWED
	     to find out whether a specific command is allowed or not.

Returns    : array of string

See also   : CMDPARSE_PARALYZE_CMD_IS_ALLOWED
