GetEventResource

From Dragon Age Toolset Wiki
Revision as of 23:20, 17 August 2009 by Craig Graff (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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