Quantcast

Updated documentation.

F16Gaming [10-28-11 - 19:24]
Updated documentation.
Filename
docs/files/PlayerManager.html
diff --git a/docs/files/PlayerManager.html b/docs/files/PlayerManager.html
index 5c2e553..10f0e1f 100644
--- a/docs/files/PlayerManager.html
+++ b/docs/files/PlayerManager.html
@@ -187,8 +187,8 @@
 	</tr>

 	<tr>
-	<td class="name" nowrap><a href="#PM:List">PM:List</a>&nbsp;(command)</td>
-	<td class="summary">Dynamically add or remove an item from the list.</td>
+	<td class="name" nowrap><a href="#PM:List">PM:List</a>&nbsp;(command, list)</td>
+	<td class="summary">Set the state of an item on the list.</td>
 	</tr>

 	<tr>
@@ -202,6 +202,11 @@
 	</tr>

 	<tr>
+	<td class="name" nowrap><a href="#PM:ListToggle">PM:ListToggle</a>&nbsp;(command)</td>
+	<td class="summary">Dynamically add or remove an item from the list.</td>
+	</tr>
+
+	<tr>
 	<td class="name" nowrap><a href="#PM:LoadSavedVars">PM:LoadSavedVars</a>&nbsp;()</td>
 	<td class="summary">Load saved variables.</td>
 	</tr>
@@ -800,16 +805,20 @@ Kick a player from the group.



-<dt><a name="PM:List"></a><strong>PM:List</strong>&nbsp;(command)</dt>
+<dt><a name="PM:List"></a><strong>PM:List</strong>&nbsp;(command, list)</dt>
 <dd>
-Dynamically add or remove an item from the list.
+Set the state of an item on the list.


 <h3>Parameters:</h3>
 <ul>

 	<li>
-	  <code><em>command</em></code>: Name of command to list.
+	  <code><em>command</em></code>: Command name to modify.
+	</li>
+
+	<li>
+	  <code><em>list</em></code>: True to list it, false to not list it.
 	</li>

 </ul>
@@ -884,6 +893,32 @@ Remove a command from the blacklist/whitelist.



+<dt><a name="PM:ListToggle"></a><strong>PM:ListToggle</strong>&nbsp;(command)</dt>
+<dd>
+Dynamically add or remove an item from the list.
+
+
+<h3>Parameters:</h3>
+<ul>
+
+	<li>
+	  <code><em>command</em></code>: Name of command to list.
+	</li>
+
+</ul>
+
+
+
+
+
+
+
+
+</dd>
+
+
+
+
 <dt><a name="PM:LoadSavedVars"></a><strong>PM:LoadSavedVars</strong>&nbsp;()</dt>
 <dd>
 Load saved variables.