Package com.fs.starfarer.api.impl.combat
Class SensorDishRotationEffect
java.lang.Object
com.fs.starfarer.api.impl.combat.SensorDishRotationEffect
- 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.static boolean
isBetween
(float one, float two, float check) static float
normalizeAngle
(float angleDeg)
-
Constructor Details
-
SensorDishRotationEffect
public SensorDishRotationEffect()
-
-
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
-
isBetween
public static boolean isBetween(float one, float two, float check) -
normalizeAngle
public static float normalizeAngle(float angleDeg)
-