You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
-scripts are converted to bytecode on export
-fix bug in doc where touchscreen events were not documented
This commit is contained in:
@@ -106,7 +106,7 @@ bool GDScriptLanguage::has_named_classes() const {
|
||||
|
||||
int GDScriptLanguage::find_function(const String& p_function,const String& p_code) const {
|
||||
|
||||
GDTokenizer tokenizer;
|
||||
GDTokenizerText tokenizer;
|
||||
tokenizer.set_code(p_code);
|
||||
int indent=0;
|
||||
while(tokenizer.get_token()!=GDTokenizer::TK_EOF && tokenizer.get_token()!=GDTokenizer::TK_ERROR) {
|
||||
|
||||
Reference in New Issue
Block a user