Difference between revisions of "SetEffectEngineInteger"

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=SetEffectEngineInteger
 
|name=SetEffectEngineInteger

Revision as of 22:52, 9 February 2010

Sets the specified integer on the effect Engine Data structure

effect SetEffectEngineInteger(
effect efEffect,
int nIndex,
int nValue
);
Parameters:
efEffect
The effect to set the value on
nIndex
The index of the value to set
nValue
The value of the value to set
Returns:

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

Source:

script.ldf

Description

Sets the specified integer on the effect

Remarks

The Engine data structure can only be written to and not read from scripting. It is also separate from Effect Data structure which was previously used as a all purpose way to exchange information.