Butch Wesley
Butch Wesley
There does appear to be a flag for coroutines, but it is on the return class. This is not set for every method that contains an `await`, only the methods...
Made an issue about metadata for 4.0 https://github.com/godotengine/godot/issues/64236
As of now, `await` is used anywhere that we may have to `await`. Any `await` call in a test that does not call a `yield_*` or one of the new...
Finally added this to wiki.
I think everything here has been implemented and released in 7.4.0. Thanks for your help.
Can you get this into a single PR? I'm still holding off on checking anything until the Beta release (which appears to be soon).
@bitbrain Go ahead and delete the other one. I'll work off this one. I started messing around a little yesterday with 4.0. There is a TON that has changed. A...
I was able to get it to run via the command line yesterday. Been toying with it more than I should, heh. I've also made a bunch of 4.0 issues...
This is a great start, i'm just going to merge it. Some of the outstanding things I asked for had to do with me not knowing much about 4.0.
I was able to duplicate the issue and fix it. It will be in the next release.