Difference between revisions of "GetEventResource"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (See also: typo)
 
Line 1: Line 1:
{{Generated}}
+
 
 
{{dafunction
 
{{dafunction
 
|name=GetEventResource
 
|name=GetEventResource

Latest revision as of 23:20, 17 August 2009

Gets the specified resource on the event.

resource GetEventResource(
event evEvent,
int nIndex
);
Parameters:
evEvent
The event to get the resource from
nIndex
The index of the resource to get
Returns:

Returns the specified resource, returns an empty resource on error.

Source:

script.ldf

Description

Gets the specified resource on the event.


See also

SetEventResource