LockQuickslotBar

From Dragon Age Toolset Wiki
Revision as of 22:59, 30 July 2009 by BryanDerksen (Talk | contribs) (looks good to me)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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