PartProxy
LuaPartLocked Property |
Get or set part lock status
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)

public bool Locked { get; set; }
Public Property Locked As Boolean Get Set
public: property bool Locked { bool get (); void set (bool value); }
member Locked : bool with get, set
Property Value
Type: Booleantrue if locked; otherwise, false.

Exception | Condition |
---|---|
InvalidOperationException | Unable to call the method on part. or Unable to call the method on part. |
