GetEventObject

From Dragon Age Toolset Wiki
Revision as of 18:59, 16 February 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

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

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