GetGroupId

From Dragon Age Toolset Wiki
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