Changed fired function description

This commit is contained in:
lambdatiger 2024-08-15 18:24:42 -05:00
parent b61150b382
commit 3314604882

View File

@ -1,8 +1,8 @@
#include "..\script_component.hpp"
/*
* Author: Lambda.Tiger
* Add "Exploded" eventhandler to a projectile if it will produce fragments
* and a "HitPart" eventhandler if it will produce spall.
* Adds a "HitPart" eventhandler if it will produce spall and the spall system is enabled, and calls the
* roundFragInit function if frag or explosion reflections are enabled.
*
* Arguments:
* Parameters inherited from EFUNC(common,firedEH)