View Single Post
07-09-18, 07:02 PM   #24
dssd
A Fallenroot Satyr
Join Date: May 2016
Posts: 25
I'd guess it's towards normalization of data. For instance, look at C_Map.GetMapLinksForMap, it returns the same 2D vector table but as a field of a subtable in a collection of tables. In that case, multiple returns don't help, but containing them in a table keeps the data consistent. Vector 2D is likely the most contentious given that it is just two fields, but it scales better the more fields the type contains.
  Reply With Quote