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

Qualification getLevelForUsers: Difference between revisions

From Catglobe Wiki
No edit summary
No edit summary
Line 3: Line 3:
==== Qualification_getLevelForUsers ====
==== Qualification_getLevelForUsers ====


Get information about min level and max level of users
Get information about level of users


'''Syntax'''
'''Syntax'''
Line 11: Line 11:
'''Return type'''
'''Return type'''


An array, it is information about min level and max level of users
An array, it is information about level of users


=== Examples ===
=== Examples ===

Revision as of 08:42, 14 October 2016


Qualification_getLevelForUsers

Get information about level of users

Syntax

Dictionary b = Qualification_getLevelForUsers(array list_rids, number qualification_id, number min_level, number max_level);

Return type

An array, it is information about level of users

Examples

array a = Qualification_getByName("B2B");
print(a);

Dictionary b = Qualification_getLevelForUsers({12649177},a[1],0,1000);
print(b);

//Result:
{37,4,B2B,1,4,True}
{"12649177": 4}