Quantcast
Channel: OTLand
Viewing all articles
Browse latest Browse all 32031

doubt c++ function tfs 1.2

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

Viewing all articles
Browse latest Browse all 32031

Trending Articles