Functions Documentation
View Function Edit Function
Name shpIsFuelCompatible
Syntax (shpIsFuelCompatible ship fuelItem)
Argument List ship: The ship that you want check if the fuel is compatible.
fuelItem: The item struct of the fuel you want to check.
Returns condition: True if the fuel is compatible with the ship, Nil otherwise.
Category reactor, condition query, ship, fuel
Description Returns true if the fuel is compatible with the ship and its reactor.
Example
Comment Nice simple function allowing you to check if the fuel is compatible with the ship.