Difference between revisions of "GetEventString"

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

Latest revision as of 19:00, 16 February 2010

Gets the specified string on the event.

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

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

Source:

script.ldf

Description

Gets the specified string on the event.


See also

SetEventString