summaryrefslogtreecommitdiff
path: root/modules/mono/doc_classes/GodotSharp.xml
blob: 921c1ca8258a10bc48b51e1678f5979c1ad72998 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="UTF-8" ?>
<class name="GodotSharp" inherits="Object" category="Core" version="3.1">
	<brief_description>
	</brief_description>
	<description>
	</description>
	<tutorials>
	</tutorials>
	<demos>
	</demos>
	<methods>
		<method name="attach_thread">
			<return type="void">
			</return>
			<description>
				Attaches the current thread to the mono runtime.
			</description>
		</method>
		<method name="detach_thread">
			<return type="void">
			</return>
			<description>
				Detaches the current thread from the mono runtime.
			</description>
		</method>
		<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>
			</description>
		</method>
		<method name="is_scripts_domain_loaded">
			<return type="bool">
			</return>
			<description>
				Returns whether the scripts domain is loaded.
			</description>
		</method>
	</methods>
	<constants>
	</constants>
</class>