If you use intersect command on backpack of a unit and pass "GEOM" lod param, it crashes the game
Description
Description
Details
Details
- Legacy ID
- 2938180372
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Category
- Game Crash
Steps To Reproduce
Spawn as AT specialist
run this
_bp = unitbackpack player;
_box = boundingBoxReal _bp;
hint str ([_bp, "VIEW"] intersect [_bp modeltoWorld (_box select 0), _bp modeltoWorld (_box select 1)])
result: "spine2",0.190956
run this
_bp = unitbackpack player;
_box = boundingBoxReal _bp;
hint str ([_bp, "FIRE"] intersect [_bp modeltoWorld (_box select 0), _bp modeltoWorld (_box select 1)])
result: "spine2",0.190956
run this
_bp = unitbackpack player;
_box = boundingBoxReal _bp;
hint str ([_bp, "GEOM"] intersect [_bp modeltoWorld (_box select 0), _bp modeltoWorld (_box select 1)])
CRASH!