Difference between revisions of "LockQuickslotBar"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
(looks good to me)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=LockQuickslotBar
 
|name=LockQuickslotBar

Latest revision as of 22:59, 30 July 2009

Locks or unlocks the quickslot bar for the user interface of a creature

void LockQuickslotBar(
object oCreature,
int bLock
);
Parameters:
oCreature
The creature
bLock
Locks the quickbar if true, unlocks it if false
Returns:

Nothing.

Source:

script.ldf

Description

Locks or unlocks the quickslot bar for the user interface of a creature