I have function in gdscript how call function from c#

How get result execution function?
authentificate_async have return int

Why return class GDScriptFunctionState
Godot 4 don't have GDScriptFunctionState?

  • xyz replied to this.

    Sinnarenell You didn't show what gets printed. Print the result without casting and print it in GDScript function as well.

      Sinnarenell What happens if you do a regular call from GDScript instead of coroutine await?

        xyz
        Need change to GodotObject to Variant

        How use await?