Public Member Functions | |
ExtMode (char mc, int ty, bool oper, int p_on, int p_off) | |
Public Attributes | |
char | modechar |
int | type |
bool | needsoper |
int | params_when_on |
int | params_when_off |
bool | list |
Definition at line 139 of file modules.cpp.
|
Definition at line 148 of file modules.cpp. 00148 : modechar(mc), type(ty), needsoper(oper), params_when_on(p_on), params_when_off(p_off) { };
|
|
Definition at line 147 of file modules.cpp. |
|
Definition at line 142 of file modules.cpp. |
|
Definition at line 144 of file modules.cpp. |
|
Definition at line 146 of file modules.cpp. |
|
Definition at line 145 of file modules.cpp. |
|
Definition at line 143 of file modules.cpp. |