GetGroup
What it does
Obtains information about a group.
Definition
bool GetGroup( int groupId, out GroupInfo groupinfo );
Parameters
Name | Type | Description |
groupId | int | Group ID |
Returned value
Type | Description |
bool |
|
GroupInfo | Information about a group |
4/12/2024 6:16:01 PM