#include <modules.h>
Inheritance diagram for ExtMode:


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 |
Used internally by modules.cpp
Definition at line 236 of file modules.h.
|
||||||||||||||||||||||||
|
Definition at line 245 of file modules.h. 00245 : modechar(mc), type(ty), needsoper(oper), params_when_on(p_on), params_when_off(p_off) { };
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4-20050815