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>Cipscis
(→‎See Also: Added Papyrus equivalent)
Line 13: Line 13:


==See Also==
==See Also==
[[GetLockLevel]]<br>
* [[GetLockLevel]]
[[Lock]]<br>
* [[Lock]]
[[Unlock]]
* [[Unlock]]
* [[IsLocked_-_ObjectReference|IsLocked (Papyrus)]]


==Reference==
==Reference==

Revision as of 16:03, 9 February 2012

Description

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

Syntax

GetLocked

Examples

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

Notes

none so far

See Also

Reference

None provided.