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