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.

Group removeAllUsers

From Catglobe Wiki
Revision as of 06:41, 26 October 2016 by Tranvuthaibinh (talk | contribs) (Created page with "Category:Group_Functions {{HelpFiles}} ==== Group_removeAllUsers ==== Remove all users from a group '''Syntax''' Group_removeAllUsers(''groupResourceId'') '''Argument...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Group_removeAllUsers

Remove all users from a group

Syntax

Group_removeAllUsers(groupResourceId)

Arguments

  • groupResourecId: is a number expression. It is the group's resource id.

Return value

empty

Examples

number gRsId = 15544389;
Group_removeAllUsers(gRsId);