From 071829acc5b80eea1c0bae1ea92fcc0a688221d8 Mon Sep 17 00:00:00 2001 From: qarmin Date: Fri, 1 Oct 2021 08:14:54 +0200 Subject: Enable mono editor build in CI --- modules/mono/doc_classes/CSharpScript.xml | 5 +---- modules/mono/doc_classes/GodotSharp.xml | 29 +++++++++-------------------- 2 files changed, 10 insertions(+), 24 deletions(-) (limited to 'modules/mono/doc_classes') diff --git a/modules/mono/doc_classes/CSharpScript.xml b/modules/mono/doc_classes/CSharpScript.xml index abd860a55f..2bca8bc24e 100644 --- a/modules/mono/doc_classes/CSharpScript.xml +++ b/modules/mono/doc_classes/CSharpScript.xml @@ -12,13 +12,10 @@ - - + Returns a new instance of the script. - - diff --git a/modules/mono/doc_classes/GodotSharp.xml b/modules/mono/doc_classes/GodotSharp.xml index 417f8ac704..a148072245 100644 --- a/modules/mono/doc_classes/GodotSharp.xml +++ b/modules/mono/doc_classes/GodotSharp.xml @@ -11,66 +11,55 @@ - - + Attaches the current thread to the Mono runtime. - - + Detaches the current thread from the Mono runtime. - - + Returns the current MonoDomain ID. [b]Note:[/b] The Mono runtime must be initialized for this method to work (use [method is_runtime_initialized] to check). If the Mono runtime isn't initialized at the time this method is called, the engine will crash. - - + Returns the scripts MonoDomain's ID. This will be the same MonoDomain ID as [method get_domain_id], unless the scripts domain isn't loaded. [b]Note:[/b] The Mono runtime must be initialized for this method to work (use [method is_runtime_initialized] to check). If the Mono runtime isn't initialized at the time this method is called, the engine will crash. - - - - + + Returns [code]true[/code] if the domain is being finalized, [code]false[/code] otherwise. - - + Returns [code]true[/code] if the Mono runtime is initialized, [code]false[/code] otherwise. - - + Returns [code]true[/code] if the Mono runtime is shutting down, [code]false[/code] otherwise. - - + Returns [code]true[/code] if the scripts domain is loaded, [code]false[/code] otherwise. - - -- cgit v1.2.3