Thread: [Solved] Enum Struct in Natives
View Single Post
MAGNAT2645
Senior Member
Join Date: Nov 2015
Location: AlliedMods.net
Old 04-03-2020 , 19:56   Re: Enum Struct in Natives
Reply With Quote #2

https://github.com/alliedmodders/sou...ment-445578252

Since enum struct is basically an array you can use something like that:
Code:
native void MyNative(const any[] enumStructObject); // just replace your enum struct with array if you use it for natives
__________________
MAGNAT2645 is offline