Difference between revisions of "GetObjectType"

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=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.