Quantcast

Updated PlayerManager.GetListMode documentation.

F16Gaming [10-23-11 - 23:52]
Updated PlayerManager.GetListMode documentation.
Filename
PlayerManager.lua
docs/files/PlayerManager.html
diff --git a/PlayerManager.lua b/PlayerManager.lua
index 369c5af..98463c5 100644
--- a/PlayerManager.lua
+++ b/PlayerManager.lua
@@ -503,6 +503,7 @@ function PM:SetListMode(mode)
 end

 --- Gets the current mode of the list.
+-- @return List mode, possible values: 0/1, as set by MODE_BLACKLIST and MODE_WHITELIST.
 --
 function PM:GetListMode()
 	return C.Global["PLAYER_MANAGER"]["LIST_MODE"]
diff --git a/docs/files/PlayerManager.html b/docs/files/PlayerManager.html
index c027297..0ce81af 100644
--- a/docs/files/PlayerManager.html
+++ b/docs/files/PlayerManager.html
@@ -410,7 +410,7 @@ Get the current access level of supplied player.

 <dt><a name="PM:GetListMode"></a><strong>PM:GetListMode</strong>&nbsp;()</dt>
 <dd>
-Gets the current mode of the list.
+Gets the current mode of the list.



@@ -418,6 +418,9 @@ Gets the current mode of the list.



+<h3>Return value:</h3>
+<ul>List mode, possible values: 0/1, as set by MODE_BLACKLIST and MODE_WHITELIST. </ul>
+


 </dd>