

Public Member Functions | |
| ExtMode (char mc, int ty, bool oper, int p_on, int p_off) | |
Public Attributes | |
| char | modechar |
| int | type |
| int | params_when_on |
| int | params_when_off |
| bool | needsoper |
| bool | list |
|
||||||||||||||||||||||||
|
Definition at line 136 of file modules.cpp. References modechar, needsoper, params_when_off, params_when_on, and type.
00136 : modechar(mc), type(ty), needsoper(oper), params_when_on(p_on), params_when_off(p_off) { }; |
|
|
Definition at line 135 of file modules.cpp. |
|
|
Definition at line 130 of file modules.cpp. Referenced by ExtMode(). |
|
|
Definition at line 134 of file modules.cpp. Referenced by ExtMode(). |
|
|
Definition at line 133 of file modules.cpp. Referenced by ExtMode(). |
|
|
Definition at line 132 of file modules.cpp. Referenced by ExtMode(). |
|
|
Definition at line 131 of file modules.cpp. Referenced by ExtMode(). |
1.3.3