From fb205174350792c5840897b63d7457b3536e0c27 Mon Sep 17 00:00:00 2001 From: Lukas Pioch Date: Tue, 4 Apr 2017 07:53:14 +0200 Subject: APIDoc: Documented missing functions and variables. (#3634) --- Server/Plugins/APIDump/Classes/RankManager.lua | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'Server/Plugins/APIDump/Classes/RankManager.lua') diff --git a/Server/Plugins/APIDump/Classes/RankManager.lua b/Server/Plugins/APIDump/Classes/RankManager.lua index 9695117a6..be2969298 100644 --- a/Server/Plugins/APIDump/Classes/RankManager.lua +++ b/Server/Plugins/APIDump/Classes/RankManager.lua @@ -626,6 +626,22 @@ return }, Notes = "Removes the specified rank. If ReplacementRankName is given, the players that have RankName will get their rank set to ReplacementRankName. If it isn't given, or is an invalid rank, the players will be removed from the manager, their ranks will be unset completely. Logs an info message and does nothing if the rank is not found.", }, + RemoveRestrictionFromGroup = + { + IsStatic = true, + Params = + { + { + Name = "Restriction", + Type = "string", + }, + { + Name = "GroupName", + Type = "string", + }, + }, + Notes = "Removes the specified restriction from the specified group.", + }, RenameGroup = { IsStatic = true, -- cgit v1.2.3