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

Wrong syntax in params of fnc_throttledPublicVariable.sqf #5160

Closed
LordGolias opened this issue May 13, 2017 · 0 comments
Closed

Wrong syntax in params of fnc_throttledPublicVariable.sqf #5160

LordGolias opened this issue May 13, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@LordGolias
Copy link
Contributor

Hi guys and thank you for this great mod.

In ACE3-3.9.1, common/functions/fnc_throttledPublicVariable.sqf, line 30, we read

_x params [_unit, _varName];

I believe it should read

_x params ["_unit", "_varName"];

since the signature of the right hand side of params is [STRING,STRING,...].

This was found while I was testing the SQF parser in the ACE base code.

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

Successfully merging a pull request may close this issue.

3 participants