SelectioncanBeLocked Method |
[Missing <summary> documentation for "M:Planetbase.Selection.canBeLocked(System.Boolean@)"]
Namespace: PlanetbaseAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic static bool canBeLocked(
out bool buttonLock
)
Public Shared Function canBeLocked (
<OutAttribute> ByRef buttonLock As Boolean
) As Boolean
public:
static bool canBeLocked(
[OutAttribute] bool% buttonLock
)
Parameters
- buttonLock
- Type: SystemBoolean
[Missing <param name="buttonLock"/> documentation for "M:Planetbase.Selection.canBeLocked(System.Boolean@)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Planetbase.Selection.canBeLocked(System.Boolean@)"]
See Also