v01.180.0 (Beta)[This is preliminary documentation and is subject to change.]
Note: This API is now obsolete.
Indicates whether door is opened or closed. True when door is opened.
Namespace: Sandbox.ModAPI.IngameAssembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax [ObsoleteAttribute("Use the Status property instead")]
bool Open { get; }
<ObsoleteAttribute("Use the Status property instead")>
ReadOnly Property Open As Boolean
Get
[ObsoleteAttribute(L"Use the Status property instead")]
property bool Open {
bool get ();
}
[<ObsoleteAttribute("Use the Status property instead")>]
abstract Open : bool with get
Property Value
Type:
BooleanSee Also