Opponent Weapon Info
I would like to be able to find out more about an opponent's weapon than its name. Basically, I want access to a lot of the methods in WeaponDescriptor. Now, I know that I should not be able to access an opponent's ammo, but I should be able to tell whether their weapon has splash damage, or is flaming, simply by knowing its name.
How do I use a String returned by getWeapon() to get this info?