From 457f3f8cd36e975979ab60abbd05e75e7a26d526 Mon Sep 17 00:00:00 2001 From: F16Gaming Date: Mon, 24 Oct 2011 01:52:03 +0200 Subject: [PATCH] Updated PlayerManager.GetListMode documentation. --- PlayerManager.lua | 1 + docs/files/PlayerManager.html | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) 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.
PM:GetListMode ()
-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. +

Return value:

+ +
-- 1.7.9.5