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(canDeploy);
|
||||||
PREP(deploy);
|
PREP(deploy);
|
||||||
PREP(deployCancle);
|
PREP(deployCancel);
|
||||||
PREP(deployConfirm);
|
PREP(deployConfirm);
|
||||||
PREP(handleScrollWheel);
|
PREP(handleScrollWheel);
|
||||||
PREP(pickup);
|
PREP(pickup);
|
||||||
|
@ -26,7 +26,7 @@ GVAR(sandBag) enableSimulationGlobal false;
|
|||||||
|
|
||||||
GVAR(deployPFH) = [{
|
GVAR(deployPFH) = [{
|
||||||
if (GVAR(placer) != ACE_player) exitWith {
|
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) setPosASL ((eyePos ACE_player) vectorAdd (positionCameraToWorld [0,0,1] vectorDiff positionCameraToWorld [0,0,0]));
|
||||||
GVAR(sandBag) setDir (GVAR(deployDirection) + getDir ACE_player);
|
GVAR(sandBag) setDir (GVAR(deployDirection) + getDir ACE_player);
|
||||||
@ -43,5 +43,5 @@ GVAR(placer) setVariable [QGVAR(Deploy),
|
|||||||
GVAR(placer) setVariable [QGVAR(Cancel),
|
GVAR(placer) setVariable [QGVAR(Cancel),
|
||||||
[GVAR(placer), "zoomtemp",
|
[GVAR(placer), "zoomtemp",
|
||||||
{GVAR(deployPFH) != -1 && !isNull (GVAR(sandBag))},
|
{GVAR(deployPFH) != -1 && !isNull (GVAR(sandBag))},
|
||||||
{call FUNC(deployCancle);}
|
{call FUNC(deployCancel);}
|
||||||
] call EFUNC(common,AddActionEventHandler)];
|
] call EFUNC(common,AddActionEventHandler)];
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
* None
|
* None
|
||||||
*
|
*
|
||||||
* Example:
|
* Example:
|
||||||
* call ace_sandbag_fnc_deployCancle;
|
* call ace_sandbag_fnc_deployCancel;
|
||||||
*
|
*
|
||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
Loading…
x
Reference in New Issue
Block a user