| 918 | } |
| 919 | |
| 920 | ScriptLanguage *GDScript::get_language() const { |
| 921 | return GDScriptLanguage::get_singleton(); |
| 922 | } |
| 923 | |
| 924 | void GDScript::get_constants(HashMap<StringName, Variant> *p_constants) { |
| 925 | if (p_constants) { |
no outgoing calls
no test coverage detected