Uses of Interface
com.fs.starfarer.api.combat.OnHitEffectPlugin
Packages that use OnHitEffectPlugin
Package
Description
-
Uses of OnHitEffectPlugin in com.fs.starfarer.api.impl.combat
Classes in com.fs.starfarer.api.impl.combat that implement OnHitEffectPluginModifier and TypeClassDescriptionclass
class
class
The effect for the Cryoflamer, which was at one point called "Cryoflux...".class
class
class
class
class
class
IMPORTANT: will be multiple instances of this, as this doubles as the every frame effect and the on fire effect (same instance) But also as the visual for each individual shot (created via onFire, using the non-default constructor)class
IMPORTANT: will be multiple instances of this, one for the the OnFire (per weapon) and one for the OnHit (per torpedo) effects.class
class
-
Uses of OnHitEffectPlugin in com.fs.starfarer.api.impl.combat.dweller
Classes in com.fs.starfarer.api.impl.combat.dweller that implement OnHitEffectPluginModifier and TypeClassDescriptionclass
IMPORTANT: will be multiple instances of this, one for the the OnFire (per weapon) and one for the OnHit (per missile) effects.class
class
Multiple instances of this plugin - one for every projectile (on hit), and one for each weapon. -
Uses of OnHitEffectPlugin in com.fs.starfarer.api.impl.combat.threat
Classes in com.fs.starfarer.api.impl.combat.threat that implement OnHitEffectPluginModifier and TypeClassDescriptionclass
class
class
-
Uses of OnHitEffectPlugin in com.fs.starfarer.api.loading
Methods in com.fs.starfarer.api.loading that return OnHitEffectPluginModifier and TypeMethodDescriptionDamagingExplosionSpec.getEffect()
MissileSpecAPI.getOnHitEffect()
ProjectileSpecAPI.getOnHitEffect()
ShotBehaviorSpecAPI.getOnHitEffect()
Methods in com.fs.starfarer.api.loading with parameters of type OnHitEffectPlugin