Fix HEMTT reserved variable reassignment error (#782) #44
Annotations
2 warnings and 10 notices
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
No files were found with the provided path: .hemttout/@*. No artifacts will be uploaded.
|
|
Using `vehicle` to check if a unit is in a vehicle is inefficient:
addons/ai/functions/fnc_searchBuilding.sqf#L45
inefficient "not in vehicle" check
|
Using `vehicle` to check if a unit is in a vehicle is inefficient:
addons/ai/functions/fnc_searchBuilding.sqf#L57
inefficient "not in vehicle" check
|
Using `vehicle` to check if a unit is in a vehicle is inefficient:
addons/ai/functions/fnc_canThrowGrenade.sqf#L24
inefficient "not in vehicle" check
|
Using `vehicle` to check if a unit is in a vehicle is inefficient:
addons/ai/functions/fnc_garrison.sqf#L45
inefficient "in vehicle" check
|
|
|
|
|
|