mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 07:18:11 -05:00
chore: dump iw5 attachments that are used by weapons
This commit is contained in:
@ -115,6 +115,7 @@ namespace IW5
|
||||
|
||||
// Custom
|
||||
WFT_ANIM_NAME,
|
||||
WFT_ATTACHMENT,
|
||||
|
||||
WFT_NUM_FIELD_TYPES,
|
||||
};
|
||||
|
@ -4006,6 +4006,9 @@ namespace IW5
|
||||
float parallelBounce[31];
|
||||
float perpendicularBounce[31];
|
||||
float locationDamageMultipliers[20];
|
||||
WeaponAttachment* scopes[6];
|
||||
WeaponAttachment* underBarrels[3];
|
||||
WeaponAttachment* others[4];
|
||||
};
|
||||
|
||||
struct FxFloatRange
|
||||
|
Reference in New Issue
Block a user