Difference between revisions of "GetEventObject"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (looks okay, removing tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetEventObject
 
|name=GetEventObject

Latest revision as of 18:59, 16 February 2010

Gets the specified object on the event.

object GetEventObject(
event evEvent,
int nIndex
);
Parameters:
evEvent
The event to get the object off of
nIndex
The index of the object to get
Returns:

Returns the specified object, returns an invalid object on error.

Source:

script.ldf

Description

Gets the specified object on the event.


See also

SetEventObject