Package com.fs.starfarer.api.impl.combat
Class LightsEffect
java.lang.Object
com.fs.starfarer.api.impl.combat.LightsEffect
- All Implemented Interfaces:
EveryFrameWeaponEffectPlugin
-
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.
-
Constructor Details
-
LightsEffect
public LightsEffect()
-
-
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
-