mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
improve params readability in fnc_unloadItem
This commit is contained in:
parent
ac1e2eb5de
commit
6726ccb679
@ -21,7 +21,13 @@
|
|||||||
* Public: Yes
|
* Public: Yes
|
||||||
*/
|
*/
|
||||||
|
|
||||||
params [["_item", "", [objNull, ""]],["_vehicle", objNull, [objNull]],["_unloader", objNull, [objNull]],["_deploy", []],["_checkVehicleIsStable", true, [true]]];
|
params [
|
||||||
|
["_item", "", [objNull, ""]],
|
||||||
|
["_vehicle", objNull, [objNull]],
|
||||||
|
["_unloader", objNull, [objNull]],
|
||||||
|
["_deploy", []],
|
||||||
|
["_checkVehicleIsStable", true, [true]]
|
||||||
|
];
|
||||||
_deploy params ["_emptyPosAGL", "_direction"];
|
_deploy params ["_emptyPosAGL", "_direction"];
|
||||||
|
|
||||||
TRACE_5("params",_item,_vehicle,_unloader,_deploy,_checkVehicleIsStable);
|
TRACE_5("params",_item,_vehicle,_unloader,_deploy,_checkVehicleIsStable);
|
||||||
|
Loading…
Reference in New Issue
Block a user