❔ std::function-like var

Hey, I want to pass an function pointer (only void type) to a method which accepts generic arguments, I want to be able to basically store the reference to that function then call it on command. Not sure if this is way way too low level for C#, but it'd be pretty nice to have as an option, therefore, I have to ask if it's possible
4 Replies
𝐕𝐢𝐠𝐢𝐥
Maybe Action could be a good way to solve it?
Pobiega
Pobiega9mo ago
Action works
Angius
Angius9mo ago
Definitely sounds like an Action
Accord
Accord8mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.