chore: add static assertions for weapon field names

This commit is contained in:
Jan
2024-04-07 15:09:51 +02:00
parent 4f0d9674ff
commit c1a4874791
4 changed files with 39 additions and 19 deletions

View File

@ -78,18 +78,18 @@ set reusable notetrackRumbleMapValues;
set scriptstring notetrackRumbleMapValues;
set count notetrackRumbleMapValues 16;
set reusable bounceSound;
set count bounceSound SURF_TYPE_NUM;
set count bounceSound SURF_TYPE_COUNT;
set reusable rollingSound;
set count rollingSound SURF_TYPE_NUM;
set count rollingSound SURF_TYPE_COUNT;
set reusable worldModel;
set count worldModel 16;
set string szAmmoName;
set string szClipName;
set string szSharedAmmoCapName;
set reusable parallelBounce;
set count parallelBounce SURF_TYPE_NUM;
set count parallelBounce SURF_TYPE_COUNT;
set reusable perpendicularBounce;
set count perpendicularBounce SURF_TYPE_NUM;
set count perpendicularBounce SURF_TYPE_COUNT;
set string accuracyGraphName0;
set string accuracyGraphName1;
set reusable originalAccuracyGraphKnots0;