GetEventResource

From Dragon Age Toolset Wiki
Jump to: navigation, search

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