Forum: PogamutUT2004

BotDamaged - IncomingProjectile

Hi,
I'm trying to asociate botDamaged messages and incomingProjectile messages in order to guess where could be the enemy through the field Origin from IncomingProjectile when the field Instigator from BotDamaged is empty.

I have observed a relation between the field DamageType from BotDamaged that tell us what kind of damaged had the agent suffered and the field Type from IncomingProjectil that tell us what kind of projectile had the agent seen.

For example, a damaged type XWeapons.DamTypeRocketHoming is caused by a projectile type XWeapons.SeekingRocketProj that belongs to a Rocket Launcher gun.

My question is, is there a list with all kind of DamageType from BotDamaged and Type from IncomingProjectil? I could try shoot my agent with all kind of weapons and see the messages that he recieves but it could be quite long.
Thank you
Hi!

Unfortunately, a complete list is not a part of Pogamut. However, if you look at unreal wiki at topics: DamageType, WeaponDamageType and Projectile. You find list of all damage types, weapon damage types and projectiles there. Hope it helps.

Best,
Michal
Thanks a lot, that's exactly what I need. :-)