View Single Post
Kailo
Senior Member
Join Date: Sep 2014
Location: Moscow, Russia
Old 02-06-2021 , 07:13   Re: How to save Function in dynamic array?
Reply With Quote #10

Quote:
Originally Posted by Dakex View Post
Thank you both! Now it is working as expected.

But I still have lot to go trough unfortunately. I need to find a way, how to save Plugin handle, which is required to call the function.
PHP Code:
enum struct GameMode
{
    
Handle plugin;
    Function 
id;

__________________
Kailo is offline