What flags are supported for A_FireBullets?
Posted: Tue Sep 11, 2012 5:36 pm
See topic, really. I know that flags are accepted, since Zandronum accepts it when I put some numbers in that slot, but the FBF_NORANDOM text on the wiki gets rejected.
So, I'm assuming there's some numerical equivalents for the flags.
What flags and what numbers are supported in the flags slot?
I'd really appreciate any help on this, please.
EDIT:
It seems these are the existing numerical equivalents.
// Flags for A_FireBullets
const int FBF_USEAMMO = 1;
const int FBF_NORANDOM = 2;
const int FBF_EXPLICITANGLE = 4;
const int FBF_NOPITCH = 8;
const int FBF_NOFLASH = 16;
...but none of them seem to work in Zandronum. :\
So, I'm assuming there's some numerical equivalents for the flags.
What flags and what numbers are supported in the flags slot?
I'd really appreciate any help on this, please.
EDIT:
It seems these are the existing numerical equivalents.
// Flags for A_FireBullets
const int FBF_USEAMMO = 1;
const int FBF_NORANDOM = 2;
const int FBF_EXPLICITANGLE = 4;
const int FBF_NOPITCH = 8;
const int FBF_NOFLASH = 16;
...but none of them seem to work in Zandronum. :\