Difference between revisions of "GetEventResource"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Generated}}
+
 
 
{{dafunction
 
{{dafunction
 
|name=GetEventResource
 
|name=GetEventResource
Line 27: Line 27:
 
== See also ==
 
== See also ==
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
[[SetEvenResource]]
+
[[SetEventResource]]
 
[[Category: Event functions]]
 
[[Category: Event functions]]

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