enum VAULTCPP(class) Death VAULTCPP(: int8_t) { None = -1, Explosion = 0, Gun = 2, BluntWeapon = 3, HandToHand = 4, ObjectImpact = 5, Poison = 6, Radiation = 7, };
typedef int8_t Death;
const Death: { None = -1, Explosion = 0, Gun = 2, BluntWeapon = 3, HandToHand = 4, ObjectImpact = 5, Poison = 6, Radiation = 7, }
Created by Last edited by , 08-15-2012 at 12:27 AM 0 Comments, 1,134 Views |
, 08-15-2012 at 12:25 AM