2024-01-08 21:22:52 +00:00
|
|
|
// dev
|
2024-01-15 19:41:07 +00:00
|
|
|
#ifdef DEBUG_MODE_DRAW
|
2024-01-09 03:40:12 +00:00
|
|
|
PREP(dev_fired);
|
2024-01-08 21:22:52 +00:00
|
|
|
PREP(dev_trackHitBox);
|
|
|
|
PREP(dev_sphereDraw);
|
|
|
|
PREP(dev_addRound);
|
|
|
|
PREP(dev_trackObj);
|
|
|
|
PREP(dev_drawTrace);
|
|
|
|
PREP(dev_clearTraces);
|
|
|
|
PREP(dev_switchUnitHandle);
|
2024-01-15 19:41:07 +00:00
|
|
|
#endif
|
|
|
|
PREP(dev_fragCalcDump);
|
|
|
|
PREP(dev_debugAmmo);
|
2016-02-22 14:20:36 +00:00
|
|
|
|
2024-01-09 00:06:57 +00:00
|
|
|
// Base
|
|
|
|
PREP(initRound);
|
|
|
|
|
2024-01-08 21:22:52 +00:00
|
|
|
// Frag
|
|
|
|
PREP(addBlackList);
|
|
|
|
PREP(initBlackList);
|
|
|
|
PREP(shouldFrag);
|
2024-01-09 20:01:12 +00:00
|
|
|
PREP(getFragInfo);
|
2024-01-08 21:22:52 +00:00
|
|
|
PREP(doFrag);
|
|
|
|
PREP(doFragTargeted);
|
|
|
|
PREP(doFragRandom);
|
2016-02-22 14:20:36 +00:00
|
|
|
|
2024-01-08 21:22:52 +00:00
|
|
|
// Spall
|
|
|
|
PREP(shouldSpall);
|
|
|
|
PREP(doSpall);
|
2024-01-09 23:25:09 +00:00
|
|
|
PREP(getMaterialInfo);
|
2024-01-15 05:10:15 +00:00
|
|
|
PREP(getSpallInfo);
|
2024-01-10 23:40:36 +00:00
|
|
|
PREP(initMaterialCache);
|
2016-02-22 14:20:36 +00:00
|
|
|
|
|
|
|
// Explosive Reflection
|
|
|
|
PREP(findReflections);
|
|
|
|
PREP(doExplosions);
|
|
|
|
PREP(doReflections);
|