We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8f388 commit 8ca51dfCopy full SHA for 8ca51df
Editor/AGS.Types/Settings.cs
@@ -650,6 +650,10 @@ public ScriptAPIVersion ScriptCompatLevelReal
650
get { return _scriptCompatLevelReal; }
651
}
652
653
+ [Obsolete]
654
+ [Browsable(false)]
655
+ public bool EnforceObjectBasedScript { get { return true; } }
656
+
657
[Obsolete]
658
[Browsable(false)]
659
public bool EnforceNewStrings { get { return true; } }
0 commit comments