Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Quarantine removeFromQuarantine

From Catglobe Wiki
Revision as of 10:40, 20 May 2016 by Phamhuuphucgopenid (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Quarantine_removeFromQuarantine

Specified users are successfully removed from that quarantine.

Syntax

Quarantine_removeFromQuarantine(quarantineRId, userRIdList);

Arguments

quarantineRId: Is a number expression. It is the quarantine's resource id.

userRIdList: Array number resource id of users.

Return type

Empty

Examples

number quarantineRId = 15525774;
array userRIdList = {15498958,15517129,15525326,15525327,15525328};
Quarantine_removeFromQuarantine(quarantineRId, userRIdList);