Group removeUsers

From Catglobe Wiki
Revision as of 08:40, 26 October 2016 by Tranvuthaibinh (talk | contribs)
Jump to: navigation, search


Group_removeUsers

Remove users from a group

Syntax

Group_addUser(groupResourceId, usersResourceId)

Arguments

  • groupResourecId: is a number expression. It is the group's resource id.
  • usersResourceId: is a array which contains User resource Ids

Return value

empty

Examples

number gRsId = 15544389;
array uRsId = {15498958,15507494,15517129};
Group_removeUsers(gRsId,uRsId);