You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Added a simpler/faster way to bind script languages instance wrappers to Godot
This commit is contained in:
@@ -66,11 +66,6 @@ bool ScriptServer::is_scripting_enabled() {
|
||||
return scripting_enabled;
|
||||
}
|
||||
|
||||
int ScriptServer::get_language_count() {
|
||||
|
||||
return _language_count;
|
||||
}
|
||||
|
||||
ScriptLanguage *ScriptServer::get_language(int p_idx) {
|
||||
|
||||
ERR_FAIL_INDEX_V(p_idx, _language_count, NULL);
|
||||
|
||||
Reference in New Issue
Block a user