A grouparray is an array that groups a couple of elements and behaves like one of them. This will only be done for pure indexed array of this group, not for named arrays (arrays that elements are indexed by numbers).
This class is experimental.
test = GroupArray.new({ l2dtext.new("test","test",0), l2dtext.new("test","test",0), })test:color(0,0,0,1)
both l2dtext elements will be colored black. The call will return a list of all results grouped in tables.