Thread: [Solved] Natives and Methodmaps
View Single Post
iGANGNAM
AlliedModders Donor
Join Date: Sep 2012
Location: Lithuania
Old 06-05-2018 , 03:11   Re: Natives and Methodmaps
Reply With Quote #4

Quote:
Originally Posted by nosoop View Post
Let's say you had a methodmap like this:

Though in my personal experience, I'd say that if you're working with existing entities, just write normal native functions. Wrapping entity indices with your methodmap takes additional steps and doesn't really add much other than "it looks object-oriented".
Well with methodmaps code looks alot cleaner thats what I like about it. Thanks for example it's clear to me, really thanks alot!

also a question is it possible to extend my methodmap by parent/children stuff between plugins?
__________________

Last edited by iGANGNAM; 06-05-2018 at 03:14.
iGANGNAM is offline