-scripts are converted to bytecode on export
-fix bug in doc where touchscreen events were not documented
This commit is contained in:
parent
06e358199f
commit
b2ce682f6e
20 changed files with 957 additions and 336 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue