Difference between revisions of "GetGroupId"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(looks okay, removing tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetGroupId
 
|name=GetGroupId

Latest revision as of 18:51, 2 March 2010

Returns the group ID of the specified object.

int GetGroupId(
object oObject
);
Parameters:
oObject
The object to get the group ID of
Returns:

Returns the group ID of the specified object

Source:

script.ldf

Description

This function returns the group ID of the specified object. If the object is invalid, the function will return FALSE.


See also

SetGroupId