Difference between revisions of "GetIsLockBroken"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>Quarn
Line 1: Line 1:
=='''Description'''==
=='''Description'''==


'''GetIsLockBroken''' returns 1 if the lock on the calling reference has been broken.
'''GetIsLockBroken''' returns 1 if the lock on the calling reference has been broken, otherwise 0.


=='''Syntax'''==
=='''Syntax'''==


  [''ObjectREF''.]GetIsLockBroken
  ''ObjectREF''.GetIsLockBroken
 
GetIsLockBroken
 
=='''Notes'''==
None


[[Category:Functions]]
[[Category:Functions]]
[[Category:Condition Functions]]
[[Category:Condition Functions]]
[[Category:Lock Functions]]
[[Category:Lock Functions]]

Revision as of 20:14, 19 April 2009

Description

GetIsLockBroken returns 1 if the lock on the calling reference has been broken, otherwise 0.

Syntax

ObjectREF.GetIsLockBroken
GetIsLockBroken