Difference between revisions of "GetWeaponStyle"

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=GetWeaponStyle
 
|name=GetWeaponStyle
Line 21: Line 20:
 
<!-- This section contains examples transcluded from the snippet library. -->
 
<!-- This section contains examples transcluded from the snippet library. -->
  
== See also ==
+
<!-- == See also == -->
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
[[GetWeaponStyle]]
+
 
 
[[Category: Spells and combat functions]]
 
[[Category: Spells and combat functions]]

Latest revision as of 23:19, 26 February 2010

Gets the weapon style used by a creature

int GetWeaponStyle(
object oCreature
);
Parameters:
oCreature
the creature whose weapon style we are querying
Returns:

the weapon style (0 - none, 1 - single (with or without shield), 2 - dual, 3 - two handed)

Source:

script.ldf