V
varhlak
Guest
case ATTR_DUALWIELD:
{
uint8_t wield;
if(!propStream.getByte(wield))
return ATTR_READ_ERROR;
setAttribute("dualwield", wield != 0);
break;
}
Does this mean my distro has a dual wielding system installed?
-- SORRY FOR NO TAGS, NO IDEA WHAT TAG THAT WOULD BE --
{
uint8_t wield;
if(!propStream.getByte(wield))
return ATTR_READ_ERROR;
setAttribute("dualwield", wield != 0);
break;
}
Does this mean my distro has a dual wielding system installed?
-- SORRY FOR NO TAGS, NO IDEA WHAT TAG THAT WOULD BE --