Difference between revisions of "GetObjectType"

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=GetObjectType
 
|name=GetObjectType

Latest revision as of 18:49, 2 March 2010

Returns an object's type.

int GetObjectType(
object oObject
);
Parameters:
oObject
the object to get the type of
Returns:

One of the object type constants (OBJECT_TYPE_*) or OBJECT_TYPE_INVALID on failure.

Source:

script.ldf

Description

Returns the object type of the object oObject. Object types are constants (OBJECT_TYPE_*). Returns OBJECT_TYPE_INVALID on failure.