Difference between revisions of "GetLocked"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Cipscis
(→‎See Also: Added Papyrus equivalent)
imported>Cipscis
m (Updated formatting so "Papyrus Version" is the same as for other console functions)
Line 16: Line 16:
* [[Lock]]
* [[Lock]]
* [[Unlock]]
* [[Unlock]]
* [[IsLocked_-_ObjectReference|IsLocked (Papyrus)]]
 
==Papyrus Version==
* [[IsLocked_-_ObjectReference|IsLocked - ObjectReference]]


==Reference==
==Reference==

Revision as of 16:04, 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

Papyrus Version

Reference

None provided.