ACE3/addons/refuel/functions
Samuel Deutsch edf4a70ed6
Refuel - Added ability to refuel fuel sources (#8981)
* Simplify main fuel loop

* Remove unecessary action macro

* Add container refueling

* Fuel counter behaviour is now consistent for both limited and unlimited fuel sources

* Update maxFuel and refuelContainer whenever fueling begins

* Update maxFuel and refuelContainer whenever fueling begins

* Prevent loading of fuel sources into cargo when they have a nozzle connected to them

* Added action to check how much fuel is left in a jerry can

* Prevent jerry cans from being picked up if they have a nozzle connected to them

* Added function to check if a nozzle can be connected to an object

* Prevent fuel sources which have their nozzle deployed from being loaded

* Compute both tank volumes inside of refuel instead of durring turn on

* Didn't mean to delete these

* Allow for user defined fuel capacities

* Handle more edge cases with infinite fuel sources

* Refuel - Prevent fuel sources from being dragged while they're refueling other things

* Refuel - Added flow rate multiplier for refueling fuel sources

* Refuel - Use FUNC instead of DFUNC for nozzle actions

* Refuel - getCapacity should return REFUEL_DISABLED_FUEL instead of 0 when argument is not a fuel source

* Refuel - Correctly reset fuel counter when fueling a new target

* Refuel - Implemented all suggested changes

* Refuel - Added newlines to end of files

* Refuel - Added missing newline at end of XEH_PREP

* Only setFuel once per jerry can creation

Co-authored-by: PabstMirror <pabstmirror@gmail.com>

* Calling getFuel will initialize the fuel source

* Refuel - Add newline to end of file

---------

Co-authored-by: BaerMitUmlaut <baermitumlaut@users.noreply.github.com>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2023-02-16 20:06:11 -06:00
..
fnc_canCheckFuel.sqf Refuel - Added ability to refuel fuel sources (#8981) 2023-02-16 20:06:11 -06:00
fnc_canConnectNozzle.sqf Refuel - Added ability to refuel fuel sources (#8981) 2023-02-16 20:06:11 -06:00
fnc_canDisconnect.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_canReturnNozzle.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_canTakeNozzle.sqf Refuel - Added ability to refuel fuel sources (#8981) 2023-02-16 20:06:11 -06:00
fnc_canTurnOff.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_canTurnOn.sqf Refuel - Added ability to refuel fuel sources (#8981) 2023-02-16 20:06:11 -06:00
fnc_checkFuel.sqf Refuel - Add Progress Bar Duration Setting (#8971) 2022-08-17 13:25:37 +02:00
fnc_connectNozzleAction.sqf Refuel - Added ability to refuel fuel sources (#8981) 2023-02-16 20:06:11 -06:00
fnc_disconnect.sqf Refuel - Added ability to refuel fuel sources (#8981) 2023-02-16 20:06:11 -06:00
fnc_dropNozzle.sqf Refuel - Added ability to refuel fuel sources (#8981) 2023-02-16 20:06:11 -06:00
fnc_getCapacity.sqf Refuel - Added ability to refuel fuel sources (#8981) 2023-02-16 20:06:11 -06:00
fnc_getFuel.sqf Refuel - Added ability to refuel fuel sources (#8981) 2023-02-16 20:06:11 -06:00
fnc_handleDisconnect.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_handleRespawn.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_initSource.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_makeJerryCan.sqf Refuel - Added ability to refuel fuel sources (#8981) 2023-02-16 20:06:11 -06:00
fnc_makeSource.sqf Refuel - Added ability to refuel fuel sources (#8981) 2023-02-16 20:06:11 -06:00
fnc_moduleRefuelSettings.sqf Refuel - Add Progress Bar Duration Setting (#8971) 2022-08-17 13:25:37 +02:00
fnc_onMouseButtonDown.sqf Refuel - Added ability to refuel fuel sources (#8981) 2023-02-16 20:06:11 -06:00
fnc_readFuelCounter.sqf Refuel - Added ability to refuel fuel sources (#8981) 2023-02-16 20:06:11 -06:00
fnc_refuel.sqf Refuel - Added ability to refuel fuel sources (#8981) 2023-02-16 20:06:11 -06:00
fnc_returnNozzle.sqf Refuel - Added ability to refuel fuel sources (#8981) 2023-02-16 20:06:11 -06:00
fnc_setFuel.sqf Refuel - Added ability to refuel fuel sources (#8981) 2023-02-16 20:06:11 -06:00
fnc_startNozzleInHandsPFH.sqf Refuel - Added ability to refuel fuel sources (#8981) 2023-02-16 20:06:11 -06:00
fnc_takeNozzle.sqf Refuel - Added ability to refuel fuel sources (#8981) 2023-02-16 20:06:11 -06:00
fnc_turnOff.sqf Refuel - Add events for start, stop and progress (#7023) 2019-10-13 13:08:35 -05:00
fnc_turnOn.sqf Refuel - Added ability to refuel fuel sources (#8981) 2023-02-16 20:06:11 -06:00
script_component.hpp Bypassed interaction menu subactions distance bug 2015-08-17 01:44:47 +02:00