GetExplosionFalloff()

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: GetExplosionFalloff()

Re: GetExplosionFalloff()

by Rachael » Thu Jul 25, 2019 6:56 am

Blue Shadow wrote:I could stop doing these bumps if they're going to cause confusion or annoyance. In the end, nobody told me to do this, anyway.
Hey, if you wanna help out with these things, I am *NOT* going to look a gift horse in the mouth. It's very much appreciated! :)
Graf Zahl wrote:If you want to scan through the forum to weed out the slack, I think it'd be preferable to allow you to move them yourself.
Good idea.

Thus, it is done. Now you have topic tagging access, Blue Shadow, and you should be able to move things to Closed with a tag.

Re: GetExplosionFalloff()

by Graf Zahl » Thu Jul 25, 2019 6:46 am

If you want to scan through the forum to weed out the slack, I think it'd be preferable to allow you to move them yourself.

Re: GetExplosionFalloff()

by Blue Shadow » Thu Jul 25, 2019 5:29 am

I could stop doing these bumps if they're going to cause confusion or annoyance. In the end, nobody told me to do this, anyway.

Re: GetExplosionFalloff()

by Rachael » Thu Jul 25, 2019 4:34 am

This is a very old thread.

Re: GetExplosionFalloff()

by Nash » Thu Jul 25, 2019 4:31 am

Did you forget what you added, Cooke? :mrgreen:

[EDIT] Ah didn't read Cooke's OP date, woops my bad

Re: GetExplosionFalloff()

by Blue Shadow » Thu Jul 25, 2019 4:26 am

GetExplosionFalloff()

by Major Cooke » Fri Oct 20, 2017 8:34 am

GetExplosionFalloff(actor target, damage, distance, full radius distance)

All it does is calculate how much damage would be done to a target based on falloff, based on distance from the calling actor to the target. I suggest this because the radius explosion code seems to perform quite a few calculations which would be best suited for staying in the engine. It's basically a harmless version of A_Explode for one actor.

Top