01-26-2014, 06:23 AM
Little question: How can i make a function which returns a enum with the enchantments?
I haven't so much knowing in c++.
Don't work.
I haven't so much knowing in c++.
Code:
enum cItem::GetEnchantments(short item)
{
enum EnchantmentType { enchProtection };
return EnchantmentType;
}