Difference between revisions of "Quarantine getUserIdsOfQuarantined"

From Catglobe Wiki
Jump to: navigation, search
(Created page with "{{HelpFiles}} === Quarantine_getUserIdsOfQuarantined === Return an Array containing User Ids of the users have any quarantine in the quarantines list. === Syntax === Quara...")
 
Line 1: Line 1:
 +
[[Category:Quarantine_Functions]]
 
{{HelpFiles}}
 
{{HelpFiles}}
  

Revision as of 12:40, 20 May 2016


Quarantine_getUserIdsOfQuarantined

Return an Array containing User Ids of the users have any quarantine in the quarantines list.

Syntax

Quarantine_getUserIdsOfQuarantined(quarantineRIdList);

Arguments

quarantineRIdList: Array number Resource Ids of Quarantines.

Return type

Array

Examples

array quarantineRIdList = {15525523,15525524,15525566};
array getUserIdsOfQuarantined = Quarantine_getUserIdsOfQuarantined(quarantineRIdList);
print(getUserIdsOfQuarantined);

// {161256860,161258873,161261194,161261196,161261197,161261203,161261204}