Skip to content

Commit ab8c231

Browse files
add missing keys in class_cache for 4.5.x
1 parent f2d9954 commit ab8c231

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

addons/mod_loader/setup/global_script_class_cache_mod_loader.cfg

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,162 +2,216 @@ list=Array[Dictionary]([{
22
"base": &"RefCounted",
33
"class": &"JSONSchema",
44
"icon": "",
5+
"is_abstract": false,
6+
"is_tool": false,
57
"language": &"GDScript",
68
"path": "res://addons/JSON_Schema_Validator/json_schema_validator.gd"
79
}, {
810
"base": &"Resource",
911
"class": &"ModConfig",
1012
"icon": "",
13+
"is_abstract": false,
14+
"is_tool": false,
1115
"language": &"GDScript",
1216
"path": "res://addons/mod_loader/resources/mod_config.gd"
1317
}, {
1418
"base": &"Resource",
1519
"class": &"ModData",
1620
"icon": "",
21+
"is_abstract": false,
22+
"is_tool": false,
1723
"language": &"GDScript",
1824
"path": "res://addons/mod_loader/resources/mod_data.gd"
1925
}, {
2026
"base": &"Object",
2127
"class": &"ModLoaderConfig",
2228
"icon": "",
29+
"is_abstract": false,
30+
"is_tool": false,
2331
"language": &"GDScript",
2432
"path": "res://addons/mod_loader/api/config.gd"
2533
}, {
2634
"base": &"Resource",
2735
"class": &"ModLoaderCurrentOptions",
2836
"icon": "",
37+
"is_abstract": false,
38+
"is_tool": false,
2939
"language": &"GDScript",
3040
"path": "res://addons/mod_loader/resources/options_current.gd"
3141
}, {
3242
"base": &"Object",
3343
"class": &"ModLoaderDeprecated",
3444
"icon": "",
45+
"is_abstract": false,
46+
"is_tool": false,
3547
"language": &"GDScript",
3648
"path": "res://addons/mod_loader/api/deprecated.gd"
3749
}, {
3850
"base": &"RefCounted",
3951
"class": &"ModLoaderHookChain",
4052
"icon": "",
53+
"is_abstract": false,
54+
"is_tool": false,
4155
"language": &"GDScript",
4256
"path": "res://addons/mod_loader/api/hook_chain.gd"
4357
}, {
4458
"base": &"Object",
4559
"class": &"ModLoaderLog",
4660
"icon": "",
61+
"is_abstract": false,
62+
"is_tool": true,
4763
"language": &"GDScript",
4864
"path": "res://addons/mod_loader/api/log.gd"
4965
}, {
5066
"base": &"Object",
5167
"class": &"ModLoaderMod",
5268
"icon": "",
69+
"is_abstract": false,
70+
"is_tool": false,
5371
"language": &"GDScript",
5472
"path": "res://addons/mod_loader/api/mod.gd"
5573
}, {
5674
"base": &"Resource",
5775
"class": &"ModLoaderOptionsProfile",
5876
"icon": "",
77+
"is_abstract": false,
78+
"is_tool": false,
5979
"language": &"GDScript",
6080
"path": "res://addons/mod_loader/resources/options_profile.gd"
6181
}, {
6282
"base": &"Object",
6383
"class": &"ModLoaderUserProfile",
6484
"icon": "",
85+
"is_abstract": false,
86+
"is_tool": false,
6587
"language": &"GDScript",
6688
"path": "res://addons/mod_loader/api/profile.gd"
6789
}, {
6890
"base": &"Node",
6991
"class": &"ModLoaderUtils",
7092
"icon": "",
93+
"is_abstract": false,
94+
"is_tool": false,
7195
"language": &"GDScript",
7296
"path": "res://addons/mod_loader/internal/mod_loader_utils.gd"
7397
}, {
7498
"base": &"Resource",
7599
"class": &"ModManifest",
76100
"icon": "",
101+
"is_abstract": false,
102+
"is_tool": false,
77103
"language": &"GDScript",
78104
"path": "res://addons/mod_loader/resources/mod_manifest.gd"
79105
}, {
80106
"base": &"Resource",
81107
"class": &"ModUserProfile",
82108
"icon": "",
109+
"is_abstract": false,
110+
"is_tool": false,
83111
"language": &"GDScript",
84112
"path": "res://addons/mod_loader/resources/mod_user_profile.gd"
85113
}, {
86114
"base": &"Node",
87115
"class": &"Utilities",
88116
"icon": "",
117+
"is_abstract": false,
118+
"is_tool": false,
89119
"language": &"GDScript",
90120
"path": "res://tools/utilities.gd"
91121
}, {
92122
"base": &"RefCounted",
93123
"class": &"_ModLoaderCLI",
94124
"icon": "",
125+
"is_abstract": false,
126+
"is_tool": false,
95127
"language": &"GDScript",
96128
"path": "res://addons/mod_loader/internal/cli.gd"
97129
}, {
98130
"base": &"RefCounted",
99131
"class": &"_ModLoaderCache",
100132
"icon": "",
133+
"is_abstract": false,
134+
"is_tool": false,
101135
"language": &"GDScript",
102136
"path": "res://addons/mod_loader/internal/cache.gd"
103137
}, {
104138
"base": &"RefCounted",
105139
"class": &"_ModLoaderDependency",
106140
"icon": "",
141+
"is_abstract": false,
142+
"is_tool": false,
107143
"language": &"GDScript",
108144
"path": "res://addons/mod_loader/internal/dependency.gd"
109145
}, {
110146
"base": &"RefCounted",
111147
"class": &"_ModLoaderFile",
112148
"icon": "",
149+
"is_abstract": false,
150+
"is_tool": false,
113151
"language": &"GDScript",
114152
"path": "res://addons/mod_loader/internal/file.gd"
115153
}, {
116154
"base": &"Object",
117155
"class": &"_ModLoaderGodot",
118156
"icon": "",
157+
"is_abstract": false,
158+
"is_tool": true,
119159
"language": &"GDScript",
120160
"path": "res://addons/mod_loader/internal/godot.gd"
121161
}, {
122162
"base": &"Object",
123163
"class": &"_ModLoaderHooks",
124164
"icon": "",
165+
"is_abstract": false,
166+
"is_tool": true,
125167
"language": &"GDScript",
126168
"path": "res://addons/mod_loader/internal/hooks.gd"
127169
}, {
128170
"base": &"RefCounted",
129171
"class": &"_ModLoaderModHookPacker",
130172
"icon": "",
173+
"is_abstract": false,
174+
"is_tool": false,
131175
"language": &"GDScript",
132176
"path": "res://addons/mod_loader/internal/mod_hook_packer.gd"
133177
}, {
134178
"base": &"RefCounted",
135179
"class": &"_ModLoaderModHookPreProcessor",
136180
"icon": "",
181+
"is_abstract": false,
182+
"is_tool": true,
137183
"language": &"GDScript",
138184
"path": "res://addons/mod_loader/internal/mod_hook_preprocessor.gd"
139185
}, {
140186
"base": &"RefCounted",
141187
"class": &"_ModLoaderPath",
142188
"icon": "",
189+
"is_abstract": false,
190+
"is_tool": false,
143191
"language": &"GDScript",
144192
"path": "res://addons/mod_loader/internal/path.gd"
145193
}, {
146194
"base": &"RefCounted",
147195
"class": &"_ModLoaderSceneExtension",
148196
"icon": "",
197+
"is_abstract": false,
198+
"is_tool": false,
149199
"language": &"GDScript",
150200
"path": "res://addons/mod_loader/internal/scene_extension.gd"
151201
}, {
152202
"base": &"RefCounted",
153203
"class": &"_ModLoaderScriptExtension",
154204
"icon": "",
205+
"is_abstract": false,
206+
"is_tool": false,
155207
"language": &"GDScript",
156208
"path": "res://addons/mod_loader/internal/script_extension.gd"
157209
}, {
158210
"base": &"Node",
159211
"class": &"_ModLoaderSteam",
160212
"icon": "",
213+
"is_abstract": false,
214+
"is_tool": false,
161215
"language": &"GDScript",
162216
"path": "res://addons/mod_loader/internal/third_party/steam.gd"
163217
}])

0 commit comments

Comments
 (0)