diff options
author | Kelly Thomas <kelly.thomas@hotmail.com.au> | 2018-10-07 21:52:07 +0800 |
---|---|---|
committer | Kelly Thomas <kelly.thomas@hotmail.com.au> | 2018-10-07 21:57:26 +0800 |
commit | b150ceb62cfd91f11b62f823f3dd5517a640cbc3 (patch) | |
tree | bd513756a7b58e864966141b6adae6c1480bc442 /modules/mono/doc_classes | |
parent | 215db9ff71c2c2fb3fe670fb8ea9109fca5b5a6a (diff) |
Update class documentation xml
Diffstat (limited to 'modules/mono/doc_classes')
-rw-r--r-- | modules/mono/doc_classes/GodotSharp.xml | 34 |
1 files changed, 30 insertions, 4 deletions
diff --git a/modules/mono/doc_classes/GodotSharp.xml b/modules/mono/doc_classes/GodotSharp.xml index 985c66464b..921c1ca825 100644 --- a/modules/mono/doc_classes/GodotSharp.xml +++ b/modules/mono/doc_classes/GodotSharp.xml @@ -23,18 +23,44 @@ Detaches the current thread from the mono runtime. </description> </method> - <method name="is_domain_loaded"> + <method name="get_domain_id"> + <return type="int"> + </return> + <description> + </description> + </method> + <method name="get_scripts_domain_id"> + <return type="int"> + </return> + <description> + </description> + </method> + <method name="is_domain_finalizing_for_unload"> + <return type="bool"> + </return> + <argument index="0" name="domain_id" type="int"> + </argument> + <description> + Returns whether the domain is being finalized. + </description> + </method> + <method name="is_runtime_initialized"> + <return type="bool"> + </return> + <description> + </description> + </method> + <method name="is_runtime_shutting_down"> <return type="bool"> </return> <description> - Returns whether the scripts domain is loaded. </description> </method> - <method name="is_finalizing_domain"> + <method name="is_scripts_domain_loaded"> <return type="bool"> </return> <description> - Returns whether the scripts domain is being finalized. + Returns whether the scripts domain is loaded. </description> </method> </methods> |