Difference between revisions of "GetEventTarget"

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

Latest revision as of 00:51, 11 February 2010

Returns the target of a specific event.

object GetEventTarget(
event evEvent
);
Parameters:
evEvent
The event to get the target from
Returns:

Returns the target of the specified event, returns an invalid object on error.

Source:

script.ldf

Description

Returns the intended target object of a specific event. It should be noted that this function should only be used with listener events as in other cases the target may not be specified correctly.