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

Updated to formatting, syntax & noting [Minor] #740

Open
wants to merge 1 commit into
base: v5.X.X
Choose a base branch
from
Open

Updated to formatting, syntax & noting [Minor] #740

wants to merge 1 commit into from

Conversation

MartinezDeveloper
Copy link

@MartinezDeveloper MartinezDeveloper commented Nov 17, 2020

Updated the parameter function to the newer and faster version
Updated the private to the newer and faster version
Noted all the currently vehicles in the list

  • I have tested my changes and corrected any errors found

Updated the parameter function to the newer and faster version
Updated the private to the newer and faster version
Noted all the currently vehicles in the list
private ["_vehicle","_veh"];
_vehicle = [_this,0,objNull,[objNull]] call BIS_fnc_param;

params [["_vehicle", objNull, [objNull]];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your params is broken
params [["_vehicle", objNull, [objNull]];
should be
params [ ["_vehicle", objNull, [objNull]] ];

@Edward-Bakker
Copy link
Contributor

And also afaik v5 is reserved for bug fixes, not new features or other things. But I'd like to have one of the maintainers comment on this for reassurance.
image

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

Successfully merging this pull request may close these issues.

3 participants