[DiscordArchive] Doesn't python have something like std::vector?
[DiscordArchive] Doesn't python have something like std::vector?
Archived author: Nix • Posted: 2021-08-06T07:03:34.314000+00:00
Original source
Doesn't python have something like std::vector?
Archived author: jaca122 • Posted: 2021-08-06T07:04:08.520000+00:00
Original source
lists? sure
Archived author: Nix • Posted: 2021-08-06T07:04:20.101000+00:00
Original source
So you read the DBC header, now you know how many spells there are
Archived author: Nix • Posted: 2021-08-06T07:04:30.390000+00:00
Original source
Resize your list, and memcpy the data into your list's data section
Archived author: Nix • Posted: 2021-08-06T07:04:36.512000+00:00
Original source
now you've got all the spells as objects
Archived author: jaca122 • Posted: 2021-08-06T07:05:47.426000+00:00
Original source
theres no memcpy in python
Archived author: jaca122 • Posted: 2021-08-06T07:05:58.124000+00:00
Original source
you cant manipulte raw memory in a scripting language
Archived author: jaca122 • Posted: 2021-08-06T07:05:59.404000+00:00
Original source
i think
Archived author: Nix • Posted: 2021-08-06T07:07:02.787000+00:00
Original source
Sounds like a bad scripting language
Archived author: jaca122 • Posted: 2021-08-06T07:08:07.768000+00:00
Original source
♂️