From 5819e2842a01341b88adf687c697ade7ec908fa7 Mon Sep 17 00:00:00 2001 From: F16Gaming Date: Fri, 28 Oct 2011 21:24:47 +0200 Subject: [PATCH] Updated documentation. --- docs/files/PlayerManager.html | 45 ++++++++++++++++++++++++++++++++++++----- 1 file changed, 40 insertions(+), 5 deletions(-) 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 @@ - PM:List (command) - Dynamically add or remove an item from the list. + PM:List (command, list) + Set the state of an item on the list. @@ -202,6 +202,11 @@ + PM:ListToggle (command) + Dynamically add or remove an item from the list. + + + PM:LoadSavedVars () Load saved variables. @@ -800,16 +805,20 @@ Kick a player from the group. -
PM:List (command)
+
PM:List (command, list)
-Dynamically add or remove an item from the list. +Set the state of an item on the list.

Parameters:

@@ -884,6 +893,32 @@ Remove a command from the blacklist/whitelist. +
PM:ListToggle (command)
+
+Dynamically add or remove an item from the list. + + +

Parameters:

+ + + + + + + + + +
+ + + +
PM:LoadSavedVars ()
Load saved variables. -- 1.7.9.5