Difference between revisions of "GetLocked"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Scornett-Bot
m (Script running global find and replace: = for '''=)
 
imported>Catwheezle
(Added "see also" section items.)
 
(2 intermediate revisions by one other user not shown)
Line 13: Line 13:


==See Also==
==See Also==
[[GetLockLevel]]<br>
*[[GetLockLevel]] console command.
[[Lock]]<br>
*[[Lock]] console command.
[[Unlock]]
*[[Unlock]] console command.
 
==Papyrus Version==
*[[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.