mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
UAV-Recharge Headers
This commit is contained in:
parent
d3f4f2883f
commit
b86869d7a1
@ -1,17 +1,19 @@
|
||||
/* fnc_refuel.sqf
|
||||
*
|
||||
* Author: marc_book (modified by PabstMirror)
|
||||
*
|
||||
* Tests if unit can refuel the target UAV
|
||||
*
|
||||
* Argument:
|
||||
* 0: OBJECT - Player unit
|
||||
* 1: OBJECT - UAV to test
|
||||
*
|
||||
* Return value:
|
||||
* BOOL
|
||||
*/
|
||||
|
||||
/*
|
||||
* Author: marc_book
|
||||
* Tests if unit can refuel the target UAV
|
||||
*
|
||||
* Arguments:
|
||||
* 0: Player <OBJECT>
|
||||
* 1: UAV <OBJECT>
|
||||
*
|
||||
* Return Value:
|
||||
* Can the player rechange the UAV <BOOL>
|
||||
*
|
||||
* Example:
|
||||
* [player, theUAV] call ace_logistics_uavbattery_fnc_canRefuelUAV
|
||||
*
|
||||
* Public: No
|
||||
*/
|
||||
#include "script_component.hpp"
|
||||
|
||||
PARAMS_2(_caller,_target);
|
||||
|
@ -1,17 +1,19 @@
|
||||
/* fnc_refuel.sqf
|
||||
*
|
||||
* Author: marc_book (modified by PabstMirror)
|
||||
*
|
||||
* Starts refueling/recharging the 'Dartar' UAVs
|
||||
*
|
||||
* Argument:
|
||||
* 0: OBJECT - Player unit
|
||||
* 1: OBJECT - UAV
|
||||
*
|
||||
* Return value:
|
||||
* NOTHING
|
||||
*/
|
||||
|
||||
/*
|
||||
* Author: marc_book
|
||||
* Starts refueling/recharging the 'Dartar' UAVs
|
||||
*
|
||||
* Arguments:
|
||||
* 0: Player <OBJECT>
|
||||
* 1: UAV <OBJECT>
|
||||
*
|
||||
* Return Value:
|
||||
* Nothing
|
||||
*
|
||||
* Example:
|
||||
* [player, theUAV] call ace_logistics_uavbattery_fnc_refuelUAV
|
||||
*
|
||||
* Public: No
|
||||
*/
|
||||
#include "script_component.hpp"
|
||||
|
||||
PARAMS_2(_caller,_target);
|
||||
|
Loading…
Reference in New Issue
Block a user