View Single Post
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 03-05-2018 , 05:19   Re: Methodmap Circular Dependency
Reply With Quote #4

You can "forward-declare" the tag using
Code:
enum _Object {};
before the _Array methodmap definition. You'll only be able to use the literal tag though, not any of the methods you declare later for the _Object tag.
__________________
Peace-Maker is offline