Difference between revisions of "GetGroupId"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
(looks okay, removing tag)
 
(One intermediate revision by the same user not shown)
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