~jadedctrl/gem-xwx-moe
~jadedctrl/gem-xwx-moe/gemujo_ludo/mods.niaj/fasado/subtitles/doc/modules/chatcommands.html
~jadedctrl/gem-xwx-moe/gemujo_ludo/mods.niaj/fasado/subtitles/doc/modules/chatcommands.html
0 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
1 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
2 | <html> |
3 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
4 | <head> |
5 | <title>Subtitles API Reference</title> |
6 | <link rel="stylesheet" href="../ldoc.css" type="text/css" /> |
7 | </head> |
8 | <body> |
9 |
|
10 | <div id="container"> |
11 |
|
12 | <div id="product"> |
13 | <div id="product_logo"></div> |
14 | <div id="product_name"><big><b></b></big></div> |
15 | <div id="product_description"></div> |
16 | </div> <!-- id="product" --> |
17 |
|
18 |
|
19 | <div id="main"> |
20 |
|
21 |
|
22 | <!-- Menu --> |
23 |
|
24 | <div id="navigation"> |
25 | <br/> |
26 | <h1>ldoc</h1> |
27 |
|
28 | <ul> |
29 | <li><a href="../index.html">Index</a></li> |
30 | </ul> |
31 |
|
32 | <h2>Contents</h2> |
33 | <ul> |
34 | <li><a href="#Functions">Functions</a></li> |
35 | </ul> |
36 |
|
37 |
|
38 | <h2>Modules</h2> |
39 | <ul class="nowrap"> |
40 | <li><a href="../modules/Agent.html">Agent</a></li> |
41 | <li><a href="../modules/BaseTextSubtitleDisplay.html">BaseTextSubtitleDisplay</a></li> |
42 | <li><a href="../modules/ChatSubtitleDisplay.html">ChatSubtitleDisplay</a></li> |
43 | <li><a href="../modules/ClassicSubtitleDisplay.html">ClassicSubtitleDisplay</a></li> |
44 | <li><a href="../modules/CornerSubtitleDisplay.html">CornerSubtitleDisplay</a></li> |
45 | <li><a href="../modules/Sound.html">Sound</a></li> |
46 | <li><a href="../modules/SubtitleDisplay.html">SubtitleDisplay</a></li> |
47 | <li><a href="../modules/WaypointSubtitleDisplay.html">WaypointSubtitleDisplay</a></li> |
48 | <li><a href="../modules/api.html">api</a></li> |
49 | <li><strong>chatcommands</strong></li> |
50 | <li><a href="../modules/descriptions.html">descriptions</a></li> |
51 | <li><a href="../modules/init.html">init</a></li> |
52 | <li><a href="../modules/listeners.html">listeners</a></li> |
53 | <li><a href="../modules/menu.html">menu</a></li> |
54 | <li><a href="../modules/util.html">util</a></li> |
55 | </ul> |
56 |
|
57 | </div> |
58 |
|
59 | <div id="content"> |
60 |
|
61 | <h1>Module <code>chatcommands</code></h1> |
62 | <p>Provides the `/subtitles` command.</p> |
63 | <p></p> |
64 |
|
65 |
|
66 | <h2><a href="#Functions">Functions</a></h2> |
67 | <table class="function_list"> |
68 | <tr> |
69 | <td class="name" nowrap><a href="#subtitles.run_chatcommand">subtitles.run_chatcommand (name, param)</a></td> |
70 | <td class="summary">Runs the `/subtitles` command.</td> |
71 | </tr> |
72 | </table> |
73 |
|
74 | <br/> |
75 | <br/> |
76 |
|
77 |
|
78 | <h2 class="section-header "><a name="Functions"></a>Functions</h2> |
79 |
|
80 | <dl class="function"> |
81 | <dt> |
82 | <a name = "subtitles.run_chatcommand"></a> |
83 | <strong>subtitles.run_chatcommand (name, param)</strong> |
84 | </dt> |
85 | <dd> |
86 | Runs the `/subtitles` command. |
87 |
|
88 |
|
89 | <h3>Parameters:</h3> |
90 | <ul> |
91 | <li><span class="parameter">name</span> |
92 | The username of the player running the command. |
93 | </li> |
94 | <li><span class="parameter">param</span> |
95 | The command parameter string. |
96 | </li> |
97 | </ul> |
98 |
|
99 | <h3>Returns:</h3> |
100 | <ol> |
101 |
|
102 | Success boolean. |
103 | </ol> |
104 |
|
105 |
|
106 |
|
107 |
|
108 | </dd> |
109 | </dl> |
110 |
|
111 |
|
112 | </div> <!-- id="content" --> |
113 | </div> <!-- id="main" --> |
114 | <div id="about"> |
115 | <i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i> |
116 | <i style="float:right;">Last updated 2023-01-14 06:51:17 </i> |
117 | </div> <!-- id="about" --> |
118 | </div> <!-- id="container" --> |
119 | </body> |
120 | </html> |