View Single Post
MAGNAT2645
Senior Member
Join Date: Nov 2015
Location: AlliedMods.net
Old 04-04-2020 , 15:54   Re: String parsing problem
Reply With Quote #2

I think you don't need to pass ArrayList by reference just to push something in it because ArrayList is a child from Handle, Handle itself is like a pointer to object in memory. You work with Handle object and its data via its pointer.
So you can just pass ArrayList (and any other Handle-based thing) as value, not a reference.
__________________

Last edited by MAGNAT2645; 04-04-2020 at 15:58.
MAGNAT2645 is offline