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