Difference between revisions of "UnlockDoors (Procedure)"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Catwheezle
(Added "see also" section items.)
imported>Catwheezle
(Added "see also" section items and notes.)
Line 12: Line 12:


|SeeAlso=
|SeeAlso=
*[[Locking and Unlocking Doors]] tutorial.
*[[GetLockLevel - ObjectReference]]
*[[IsLocked - ObjectReference]]
*[[Lock - ObjectReference]]
*[[LockDoors (Procedure)]]
*[[LockDoors (Procedure)]]
*[[Locking and Unlocking Doors]]
*[[SetLockLevel - ObjectReference]]
*[[UnlockOwnedDoorsInCell - Actor]]
 
*[[GetLocked]] console command.
*[[GetLockLevel]] console command.
*[[Lock]] console command.
*[[Unlock]] console command.
}}
}}

Revision as of 00:14, 15 February 2012

Behavior

Description:
Actor will lock doors he owns at location. (Happens "magically" - actor will not path to doors)

The procedure completes:
When doors are locked.

Parameters

  • Location (Location): Location in which doors will lock.

                                     

Notes

See Also