We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Something like this to track that marker position is over deck (_iObj is present and _iPos is above sea level)
fnc_checkIsOnDeck = { params ["_mrk"]; private _pos = getMarkerPos _mrk; private _objects = lineIntersectsSurfaces [ [_pos # 0, _pos # 1, 100], [_pos # 0, _pos # 1, -15], objNull, objNull, true, 5, "GEOM" ]; dzn_LOG = []; { _x params ["_iPos","_surfNormal","_iObj","_pObj"]; dzn_LOG pushBack _x; systemChat str(_x); } forEach _objects; dzn_LOG };
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Something like this to track that marker position is over deck (_iObj is present and _iPos is above sea level)
The text was updated successfully, but these errors were encountered: