in item.h,
what does that mean there?
C++:
int32_t getThrowRange() const final {
return (isPickupable() ? 15 : 2);
}
Code:
? 15 : 2);