Difference between revisions of "GetQuickslot"

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=GetQuickslot
 
|name=GetQuickslot
Line 25: Line 24:
 
<!-- 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. -->
 +
 +
[[ABI base.xls]]
  
 
[[Category: Inventory & equip slot functions]]
 
[[Category: Inventory & equip slot functions]]

Latest revision as of 19:06, 2 March 2010

Get the ability ID for the ability in the given quickslot

int GetQuickslot(
object oCreature,
int nSlot
);
Parameters:
oCreature
The creature
nSlot
The index of the slot to set
Returns:

The ID of the ability currently in the slot (or zero if it is empty)

Source:

script.ldf

Description

Gets the ability in the given quickslot


See also

ABI base.xls