Difference between revisions of "GetLocked"
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]] | *[[GetLockLevel]] console command. | ||
[[Lock]] | *[[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]
- GetLockLevel console command.
- Lock console command.
- Unlock console command.
Papyrus Version[edit | edit source]
Reference[edit | edit source]
None provided.