[DiscordArchive] Isn't that "garrison"?
[DiscordArchive] Isn't that "garrison"?
Archived author: Kakukkokkal • Posted: 2025-09-19T02:58:27.855000+00:00
Original source
Isn't that "garrison"?
Archived author: Northstrider • Posted: 2025-09-19T03:19:55.249000+00:00
Original source
It's a convenience helper function that just writes the amount of elements in a container. It's the same as doing:
```cpp
_worldPacket << uint32(GossipOptions.size());
```