mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed spelling
This commit is contained in:
parent
c2be6ffef6
commit
663ae1db4a
@ -4,7 +4,7 @@ ADDON = false;
|
||||
|
||||
PREP(canDeploy);
|
||||
PREP(deploy);
|
||||
PREP(deployCancle);
|
||||
PREP(deployCancel);
|
||||
PREP(deployConfirm);
|
||||
PREP(handleScrollWheel);
|
||||
PREP(pickup);
|
||||
|
@ -26,7 +26,7 @@ GVAR(sandBag) enableSimulationGlobal false;
|
||||
|
||||
GVAR(deployPFH) = [{
|
||||
if (GVAR(placer) != ACE_player) exitWith {
|
||||
call FUNC(deployCancle);
|
||||
call FUNC(deployCancel);
|
||||
};
|
||||
GVAR(sandBag) setPosASL ((eyePos ACE_player) vectorAdd (positionCameraToWorld [0,0,1] vectorDiff positionCameraToWorld [0,0,0]));
|
||||
GVAR(sandBag) setDir (GVAR(deployDirection) + getDir ACE_player);
|
||||
@ -43,5 +43,5 @@ GVAR(placer) setVariable [QGVAR(Deploy),
|
||||
GVAR(placer) setVariable [QGVAR(Cancel),
|
||||
[GVAR(placer), "zoomtemp",
|
||||
{GVAR(deployPFH) != -1 && !isNull (GVAR(sandBag))},
|
||||
{call FUNC(deployCancle);}
|
||||
{call FUNC(deployCancel);}
|
||||
] call EFUNC(common,AddActionEventHandler)];
|
||||
|
@ -9,7 +9,7 @@
|
||||
* None
|
||||
*
|
||||
* Example:
|
||||
* call ace_sandbag_fnc_deployCancle;
|
||||
* call ace_sandbag_fnc_deployCancel;
|
||||
*
|
||||
* Public: No
|
||||
*/
|
Loading…
Reference in New Issue
Block a user