Difference between revisions of "LockQuickslotBar"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(looks good to me)
 
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