-
Notifications
You must be signed in to change notification settings - Fork 735
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
laser_warning_system - Add laser warning system API and system for ground vehicles #10770
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
quick things i saw
|
||
{ | ||
_y params ["", "", "_laserMethod"]; | ||
if (_method isEqualType {} && { _method isNotEqualTo EFUNC(laser,findLaserSource) }) exitWith {}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if (_method isEqualType {} && { _method isNotEqualTo EFUNC(laser,findLaserSource) }) exitWith {}; | |
if (_laserMethod isEqualType {} && { _laserMethod isNotEqualTo EFUNC(laser,findLaserSource) }) exitWith {}; |
{ | ||
_y params ["", "", "_laserMethod"]; | ||
if (_method isEqualType {} && { _method isNotEqualTo EFUNC(laser,findLaserSource) }) exitWith {}; | ||
if (_method isEqualType "" && { _method != QEFUNC(laser,findLaserSource) }) exitWith {}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if (_method isEqualType "" && { _method != QEFUNC(laser,findLaserSource) }) exitWith {}; | |
if (_laserMethod isEqualType "" && { _laserMethod != QEFUNC(laser,findLaserSource) }) exitWith {}; |
*/ | ||
params ["_args", "_pfhId"]; | ||
|
||
private _state = _object getVariable [QGVAR(state_box), false call FUNC(default_boxState)]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
_object undefined, prob from _args?
_display also
When merged this pull request will:
59 of these files are binary blobs, 9 are rvmats, 6 are configs. sorry about the scary files changed number
Demo 1: https://youtu.be/liCMDDHcF0k?si=IahhpN_vr8G-TtWL
IMPORTANT
Component - Add|Fix|Improve|Change|Make|Remove {changes}
.