Difference between revisions of "GetEffectInteger"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(fill in missing parameter, remove tag)
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetEffectInteger
 
|name=GetEffectInteger
Line 5: Line 4:
 
|param1type=effect
 
|param1type=effect
 
|param1name=efEffect
 
|param1name=efEffect
|param1desc=
+
|param1desc=The effect to query
 
|param2type=int
 
|param2type=int
 
|param2name=nIndex
 
|param2name=nIndex
Line 17: Line 16:
 
== Description ==
 
== Description ==
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
Gets the specified integer on the effect
+
 
 +
Gets the specified integer on the effect.
  
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->

Revision as of 19:25, 1 March 2010

Gets the specified integer on the effect

int GetEffectInteger(
effect efEffect,
int nIndex
);
Parameters:
efEffect
The effect to query
nIndex
The index of the integer to get
Returns:

Returns the specified integer, returns -1 on error.

Source:

script.ldf

Description

Gets the specified integer on the effect.


See also

SetEffectInteger