fix typos

This commit is contained in:
Drofseh 2024-05-30 23:49:54 -07:00
parent ca287de6d3
commit 56c7b72bba

View File

@ -10,7 +10,7 @@
* 3: Deploy parameters <ARRAY> (default: []) * 3: Deploy parameters <ARRAY> (default: [])
* - 0: Position AGL <ARRAY> * - 0: Position AGL <ARRAY>
* - 1: Direction <NUMBER> * - 1: Direction <NUMBER>
* 4: Unload only if stable <BOOL> (default: true) (Applies only of arguemnt 3 is default) * 4: Unload only if stable <BOOL> (default: true) (Applies only if arguemnt 3 is default)
* *
* Return Value: * Return Value:
* Object unloaded <BOOL> * Object unloaded <BOOL>
@ -21,7 +21,7 @@
* 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);