IMyProgrammableBlockHasCompileErrors Property |
v01.180.0 (Beta)[This is preliminary documentation and is subject to change.]
Returns true if the script has compile errors (server only!)
Namespace: Sandbox.ModAPIAssembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool HasCompileErrors { get; }
ReadOnly Property HasCompileErrors As Boolean
Get
property bool HasCompileErrors {
bool get ();
}
abstract HasCompileErrors : bool with get
Property Value
Type:
BooleanSee Also