Boa tarde, estou tentando fazer um código para dar look na pokeball quando dar trade e aparecer os atributos.
int32_t valuee = (1,50); if(tradeItem->getIntegerAttribute("boost") >= valuee) ss << ", Boost: [" << tradeItem->getIntegerAttribute("boost", valuee) << "]";
Apareceu alguns erros e não sei como arrumar
no matching function for call to 'Item::getIntegerAttribute(const char [6], int32_t&)'
candidates are: const int32_t* ItemAttributes::getIntegerAttribute(const std::string&) const
Alguém me ajuda?