[DiscordArchive] In C++, if I have an ItemTemplate* that I know points to a weapon, how do I get its DPS?
[DiscordArchive] In C++, if I have an ItemTemplate* that I know points to a weapon, how do I get its DPS?
Archived author: YunataSavior • Posted: 2021-01-14T19:54:53.816000+00:00
Original source
In C++, if I have an ItemTemplate* that I know points to a weapon, how do I get its DPS?
Archived author: YunataSavior • Posted: 2021-01-14T19:55:46.563000+00:00
Original source
I'm trying to create a function which calculates "Pawn Scores" based on item stats using stat weights
Archived author: YunataSavior • Posted: 2021-01-14T19:57:03.822000+00:00
Original source
Also, how do I determine whether a piece of armor/weapon is "available to players" or not?