[DiscordArchive] There are 3 almost identical functions:
[DiscordArchive] There are 3 almost identical functions:
Archived author: gromchek • Posted: 2025-09-29T22:47:02.935000+00:00
Original source
There are 3 almost identical functions:
335 - 007bf740
053 - 006817c0 CMap::CreateMapObjDefGroupDoodad
410 - 00c75eb0 CMapObjDefGroup::CreateDoodadRefs
053 and 335 have the same signature, so I think they are members of the same class (CMap).
Inside them there is a call 'CreateDoodadDef' func, but in 053 it's a member of CMap. In 410 it's member of CWorldMap.
Can anyone tell me more about the CWorldMap class?
Has the structure of the world map changed significantly in Cata and beyond?