Difference between revisions of "SetEventString"

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 with joins}}
 
 
{{dafunction
 
{{dafunction
 
|name=SetEventString
 
|name=SetEventString

Latest revision as of 22:46, 9 February 2010

Sets the specified string on the event.

event SetEventString(
event evEvent,
int nIndex,
string sValue
);
Parameters:
evEvent
The event to set the string on
nIndex
The index of the string to set
sValue
The value of the string to set
Returns:

Returns the modified event, returns an invalid event on error.

Source:

script.ldf

Description

Sets the specified string on the event.

Remarks

It should be noted that there is no maximum number of values on an event, as the array of values on the event expands as needed.