Difference between revisions of "GetLocked"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Cipscis
m (Updated formatting so "Papyrus Version" is the same as for other console functions)
imported>Catwheezle
(Added "see also" section items.)
 
Line 13: Line 13:


==See Also==
==See Also==
* [[GetLockLevel]]
*[[GetLockLevel]] console command.
* [[Lock]]
*[[Lock]] console command.
* [[Unlock]]
*[[Unlock]] console command.


==Papyrus Version==
==Papyrus Version==
* [[IsLocked_-_ObjectReference|IsLocked - ObjectReference]]
*[[Locking and Unlocking Doors]] tutorial.
*[[IsLocked - ObjectReference]]


==Reference==
==Reference==

Latest revision as of 00:12, 15 February 2012

Description[edit | edit source]

Returns 1 if the object is locked. 0 if not.

Syntax[edit | edit source]

GetLocked

Examples[edit | edit source]

GetLocked  ;returns 1 if object is locked, 0 if not locked

Notes[edit | edit source]

none so far

See Also[edit | edit source]

Papyrus Version[edit | edit source]

Reference[edit | edit source]

None provided.