Class VortexLauncherEffect
java.lang.Object
com.fs.starfarer.api.impl.combat.dweller.VortexLauncherEffect
- All Implemented Interfaces:
EveryFrameWeaponEffectPlugin
,OnFireEffectPlugin
public class VortexLauncherEffect
extends Object
implements OnFireEffectPlugin, EveryFrameWeaponEffectPlugin
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
advance
(float amount, CombatEngineAPI engine, WeaponAPI weapon) Called before this frame's operations for the weapon - turning, firing, etc.void
onFire
(DamagingProjectileAPI projectile, WeaponAPI weapon, CombatEngineAPI engine)
-
Field Details
-
VORTEX_WING
-
LAUNCH_ARC
public static float LAUNCH_ARC
-
-
Constructor Details
-
VortexLauncherEffect
public VortexLauncherEffect()
-
-
Method Details
-
advance
Description copied from interface:EveryFrameWeaponEffectPlugin
Called before this frame's operations for the weapon - turning, firing, etc.- Specified by:
advance
in interfaceEveryFrameWeaponEffectPlugin
-
onFire
- Specified by:
onFire
in interfaceOnFireEffectPlugin
-