Toggle menu
876
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.

-addToGroup: Difference between revisions

From Catglobe Wiki
Created page with "Category:Group_Functions = addToGroup = Add qas user to group. This fuction required qas context == Syntax == addToGroup(number groupId); == Arguments == number groupI..."
(No difference)

Revision as of 07:04, 16 July 2021

addToGroup

Add qas user to group. This fuction required qas context

Syntax

addToGroup(number groupId);

Arguments

number groupId: this is Id of the group

Return type

Boolean. True if add sucessfull and False if not

Example

addToGroup(123456);