Il2CppQuestTypePatching icon indicating copy to clipboard operation
Il2CppQuestTypePatching copied to clipboard

Request: easy coroutines

Open RedBrumbler opened this issue 2 years ago • 0 comments

It would be great if there was a simple macro that did the making of coroutines for you as it's just calling one method, I propose to do it like this:

#define coro(...) custom_types::Helpers::CoroutineHelper::New(__VA_ARGS__)

advantages would be me not having to remember the exact namespace and also me not having to type as many :

RedBrumbler avatar Mar 26 '22 20:03 RedBrumbler