Difference between revisions of "SetFollowerLocked"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (looks okay, removing tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=SetFollowerLocked
 
|name=SetFollowerLocked

Latest revision as of 00:17, 18 February 2010

Locks the follower in the current state he is

void SetFollowerLocked(
object oCreature,
int bLocked
);
Parameters:
oCreature
Party follower
bLocked
TRUE to lock, FALSE to unlock
Returns:

Nothing.

Source:

script.ldf

Description

This can be used while the follower is in any state. It will not allow the player, using the GUI, to change the state of a follower. For example: locking the follower while he is in the ACTIVE state will not allow the player remove the follower from the active party.