Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explosive: ACE placing explosive throw errors #6475

Closed
Vdauphin opened this issue Jul 28, 2018 · 1 comment
Closed

Explosive: ACE placing explosive throw errors #6475

Vdauphin opened this issue Jul 28, 2018 · 1 comment

Comments

@Vdauphin
Copy link
Contributor

Arma 3 Version: 1.82.144710 (stable)
CBA Version: 3.8.0 (RC2)
ACE3 Version: 3.12.2 (stable)

Mods:

- CBA_A3
- ace

Description:

  • Errors when you place an explosive with ace 3 interaction system

Steps to reproduce:

  • Take an explosive
  • Interact with you
  • Select the explosive you want to place
  • Errors appearing:
17:09:20 Error in expression <







































params [["_baseFOV", 0.75, [0]]];

priva>
17:09:20   Error position: <params [["_baseFOV", 0.75, [0]]];

priva>
17:09:20   Error Params: Type Tableau, Nombre attendu
17:09:20 File \x\cba\addons\ui\fnc_getFov.sqf [CBA_fnc_getFov], line 5736
17:09:20 Error in expression <

Where did the issue occur?

  • Tested on Dedicated

Placed Modules:

  • None

RPT log file:

@PabstMirror
Copy link
Contributor

CBATeam/CBA_A3#944

ACE does (call CBA_fnc_getFov) which implicitly passes _this which isn't a number
Before CBA checked private _zoomRef = if (IS_SCALAR(_this)) then {_this} else {0.75};
Now it throws params error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants