1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Generate script resource preview without parsing

This commit is contained in:
Yuri Sizov
2024-01-26 13:03:32 +01:00
parent c848bfc1bb
commit 9c919ea285
4 changed files with 45 additions and 10 deletions

View File

@@ -75,6 +75,7 @@ public:
static bool is_scripting_enabled();
_FORCE_INLINE_ static int get_language_count() { return _language_count; }
static ScriptLanguage *get_language(int p_idx);
static ScriptLanguage *get_language_for_extension(const String &p_extension);
static Error register_language(ScriptLanguage *p_language);
static Error unregister_language(const ScriptLanguage *p_language);