Difference between revisions of "SetAOEFlags"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(looks okay, removing tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=SetAOEFlags
 
|name=SetAOEFlags
Line 8: Line 7:
 
|param2type=int
 
|param2type=int
 
|param2name=nFlags
 
|param2name=nFlags
|param2desc=The flag values tha will be set on the AOE
+
|param2desc=The flag values that will be set on the AOE
 
|returntype=void
 
|returntype=void
 
|returndesc=
 
|returndesc=

Latest revision as of 21:27, 2 March 2010

Sets the bit flags of an AOE object

void SetAOEFlags(
object oAOE,
int nFlags
);
Parameters:
oAOE
The AOE that has the flags
nFlags
The flag values that will be set on the AOE
Returns:

Nothing.

Source:

script.ldf