blob: ec38128c1eb1a98866068f4e43d527f17d58ccca (
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
70
71
72
73
74
75
76
77
|
<?xml version="1.0" encoding="UTF-8" ?>
<class name="Callable" version="4.0">
<brief_description>
</brief_description>
<description>
</description>
<tutorials>
</tutorials>
<methods>
<method name="Callable">
<return type="Callable">
</return>
<argument index="0" name="object" type="Object">
</argument>
<argument index="1" name="method_name" type="StringName">
</argument>
<description>
</description>
</method>
<method name="call" qualifiers="vararg">
<return type="Variant">
</return>
<description>
</description>
</method>
<method name="call_deferred" qualifiers="vararg">
<return type="void">
</return>
<description>
</description>
</method>
<method name="get_method">
<return type="StringName">
</return>
<description>
</description>
</method>
<method name="get_object">
<return type="Object">
</return>
<description>
</description>
</method>
<method name="get_object_id">
<return type="int">
</return>
<description>
</description>
</method>
<method name="hash">
<return type="int">
</return>
<description>
</description>
</method>
<method name="is_custom">
<return type="bool">
</return>
<description>
</description>
</method>
<method name="is_null">
<return type="bool">
</return>
<description>
</description>
</method>
<method name="is_standard">
<return type="bool">
</return>
<description>
</description>
</method>
</methods>
<constants>
</constants>
</class>
|