aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/nativescript/nativescript.cpp
diff options
context:
space:
mode:
authorIgnacio Etcheverry2017-10-24 01:54:47 +0200
committerIgnacio Etcheverry2017-10-24 15:48:58 +0200
commite218a13a64d417505ba8ca0abb79dddfb943f2c7 (patch)
treed8dbc2944129383e6f3e9823e9ea453b916baf96 /modules/gdnative/nativescript/nativescript.cpp
parent9905002fa68f151f90a588a2c4b62b939ff31a0d (diff)
downloadgodot-e218a13a64d417505ba8ca0abb79dddfb943f2c7.tar.gz
godot-e218a13a64d417505ba8ca0abb79dddfb943f2c7.tar.zst
godot-e218a13a64d417505ba8ca0abb79dddfb943f2c7.zip
Diffstat (limited to 'modules/gdnative/nativescript/nativescript.cpp')
-rw-r--r--modules/gdnative/nativescript/nativescript.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/gdnative/nativescript/nativescript.cpp b/modules/gdnative/nativescript/nativescript.cpp
index aa1fdc32d..e424d3257 100644
--- a/modules/gdnative/nativescript/nativescript.cpp
+++ b/modules/gdnative/nativescript/nativescript.cpp
@@ -908,6 +908,9 @@ Script *NativeScriptLanguage::create_script() const {
bool NativeScriptLanguage::has_named_classes() const {
return true;
}
+bool NativeScriptLanguage::supports_builtin_mode() const {
+ return true;
+}
int NativeScriptLanguage::find_function(const String &p_function, const String &p_code) const {
return -1;
}