BadScript 2
Loading...
Searching...
No Matches
BadRuntimeSettings.cs
Go to the documentation of this file.
2
4
readonly BadEditableSetting< BadRuntimeSettings, bool > m_CatchRuntimeExceptions
Editable Setting for the Setting CatchRuntimeExceptions.
readonly BadEditableSetting< BadRuntimeSettings, string > m_FileExtension
Editable Setting for the Setting FileExtension.
readonly BadEditableSetting< BadRuntimeSettings, bool > m_WriteStackTraceInRuntimeErrors
Editable Setting for the Setting WriteStackTraceInRuntimeErrors.
BadRuntimeSettings()
Creates a new instance of the BadRuntimeSettings class.
bool CatchRuntimeExceptions
If true, the runtime will catch C# exceptions and expose them as runtime errors.
bool WriteStackTraceInRuntimeErrors
If true, the runtime will write the stack trace of runtime errors to the console.
string FileExtension
The Default File Extension of BadScript2 Scripts.
Implements an Editable Setting.
Helper class that can be used to automatically load a settings object from a file.
Contains Runtime Settings Objects.
Contains the Settings Implementation.