Difference between revisions of "UnlockDoors (Procedure)"
Jump to navigation
Jump to search
imported>Catwheezle (Added "see also" section items and notes.) |
imported>Ingenue |
||
Line 1: | Line 1: | ||
{{Procedures | {{Procedures | ||
|Name=LockDoors | |Name=LockDoors | ||
|Description=Actor will | |Description=Actor will unlock doors he owns at location. (Happens "magically" - actor will not path to doors) | ||
|Completes=When doors are | |Completes=When doors are unlocked. | ||
|Param1=Location | |Param1=Location |
Revision as of 00:55, 20 May 2012
Behavior
Description:
Actor will unlock doors he owns at location. (Happens "magically" - actor will not path to doors)
The procedure completes:
When doors are unlocked.
Parameters
- Location (Location): Location in which doors will lock.
Notes
- See also Locking and Unlocking Doors for how NPCs handle this automatically.
See Also
- Locking and Unlocking Doors tutorial.
- GetLockLevel - ObjectReference
- IsLocked - ObjectReference
- Lock - ObjectReference
- LockDoors (Procedure)
- SetLockLevel - ObjectReference
- UnlockOwnedDoorsInCell - Actor
- GetLocked console command.
- GetLockLevel console command.
- Lock console command.
- Unlock console command.