SetProjectileImpactEvent

From Dragon Age Toolset Wiki
Jump to: navigation, search

Replace the default event with a custom event to be reported on projectile impact

void SetProjectileImpactEvent(
object oProjectile,
event eCustom
);
Parameters:
oProjectile
the projectile in which to replace the impact event
eCustom
the event to report on impact
Returns:

Nothing.

Source:

script.ldf



See also

FireProjectile, FireHomingProjectile