otclient
otclient copied to clipboard
Why is double being used instead of int in some places?
e.g https://github.com/otland/otclient/blob/master/src/client/localplayer.h#L72 Aren't all of those except for capacity Int values?
That is a good question. I don't see why either. They just seem to be defined as "double" with their values being set to ints like "1" "-1" etc.