From 1ea860b5708d065f9ed51234fc031969215fd806 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 2 Apr 2004 13:47:31 +0000 Subject: Updated documentation to document Server::SendMode git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@356 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classExtMode.html | 211 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 211 insertions(+) create mode 100644 docs/module-doc/classExtMode.html (limited to 'docs/module-doc/classExtMode.html') diff --git a/docs/module-doc/classExtMode.html b/docs/module-doc/classExtMode.html new file mode 100644 index 000000000..92ccd87f3 --- /dev/null +++ b/docs/module-doc/classExtMode.html @@ -0,0 +1,211 @@ + +
+
Public Member Functions | |
| ExtMode (char mc, int ty, bool d_on, int p_on, int p_off) | |
Public Attributes | |
| char | modechar |
| int | type |
| bool | default_on |
| int | params_when_on |
| int | params_when_off |
+
+
|
+ ||||||||||||||||||||||||
| + + | +
+
+ + + +Definition at line 25 of file modules.cpp. + + 00025 : modechar(mc), type(ty), default_on(d_on), params_when_on(p_on), params_when_off(p_off) { }; + |
+
+
+
|
+
| + + | +
+
+ + + +Definition at line 22 of file modules.cpp. |
+
+
+
|
+
| + + | +
+
+ + + +Definition at line 20 of file modules.cpp. |
+
+
+
|
+
| + + | +
+
+ + + +Definition at line 24 of file modules.cpp. |
+
+
+
|
+
| + + | +
+
+ + + +Definition at line 23 of file modules.cpp. |
+
+
+
|
+
| + + | +
+
+ + + +Definition at line 21 of file modules.cpp. |
+
1.3-rc3
+
+
--
cgit v1.3.1-10-gc9f91