GetGroupId

From Dragon Age Toolset Wiki
Revision as of 18:51, 2 March 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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