Uses of Enum Class
com.fs.starfarer.api.combat.ShipCommand
Packages that use ShipCommand
-
Uses of ShipCommand in com.fs.starfarer.api.combat
Methods in com.fs.starfarer.api.combat that return ShipCommandModifier and TypeMethodDescriptionstatic ShipCommand
Returns the enum constant of this class with the specified name.static ShipCommand[]
ShipCommand.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.fs.starfarer.api.combat with parameters of type ShipCommandModifier and TypeMethodDescriptionvoid
ShipAPI.blockCommandForOneFrame
(ShipCommand command) void
MissileAPI.giveCommand
(ShipCommand command) Should only be used by a MissileAIPlugin.void
ShipAPI.giveCommand
(ShipCommand command, Object param, int groupNumber) Should only be used by a ShipAIPlugin.