Replies: 1 comment
-
|
This is apparently already implemented, it just needs to percolate through the pipeline. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Needing to create an entire
<suspends>function just to spawn a few lines of code is cumbersome and time consuming.Many functions I write are just a few lines of code for working around Fortnite bugs via
Sleep().Would love to be able to spawn an anonymous block. This is also solved by lambdas/inline functions
Example:
Beta Was this translation helpful? Give feedback.
All reactions