A new flag for A_Explode
Moderator: GZDoom Developers
A new flag for A_Explode
This new flag is XF_NOTHRUST and what is does simply doesn’t thrust actors either vertically or horizontally when A_Explode is called.
-
- Posts: 8055
- Joined: Sun Jan 28, 2007 3:55 pm
Re: A new flag for A_Explode
Just give the actor +NODAMAGETHRUST flag and you're good.
-
- Admin
- Posts: 12871
- Joined: Tue Jan 13, 2004 1:31 pm
- Discord: Rachael#3767
- Twitch ID: madamerachelle
- Github ID: madame-rachelle
Re: A new flag for A_Explode
Unless I am mistaken I think the person is specifically asking to exclude either horizontal thrust, or vertical thrust, and only when A_Explode is called (i.e. not actor flag).