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 getUserIdsOfQuarantined: Difference between revisions

From Catglobe Wiki
Created page with "{{HelpFiles}} === Quarantine_getUserIdsOfQuarantined === Return an Array containing User Ids of the users have any quarantine in the quarantines list. === Syntax === Quara..."
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{HelpFiles}}
[[Category:Quarantine_Functions]]
[Will obsolete soon and replace by [[Quarantine_GetUserResourceIdsOfQuarantined|Quarantine_GetUserResourceIdsOfQuarantined]]. More detail at [[ConversionMethods|ConversionMethods]] ]


=== Quarantine_getUserIdsOfQuarantined ===
=== Quarantine_getUserIdsOfQuarantined ===

Latest revision as of 02:35, 13 May 2022

[Will obsolete soon and replace by Quarantine_GetUserResourceIdsOfQuarantined. More detail at ConversionMethods ]

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}