Page MenuHomeFeedback Tracker

BIS_FNC_itemType doesn't support goggles (eyewear)
Closed, ResolvedPublic

Description

Goggle item types print an array with 2 empty strings.

Details

Legacy ID
3897665693
Severity
None
Resolution
Fixed
Reproducibility
Always
Category
Scripting
Steps To Reproduce

_item = [_className] call bis_fnc_itemType;
hint format ["%1", _item];// ["",""]

Event Timeline

Iceman77 edited Additional Information. (Show Details)
Iceman77 set Category to Scripting.
Iceman77 set Reproducibility to Always.
Iceman77 set Severity to None.
Iceman77 set Resolution to Fixed.
Iceman77 set Legacy ID to 3897665693.May 7 2016, 5:37 PM
Iceman77 added a subscriber: Iceman77.

Fixed, ["Glasses","Glasses"] will now be returned.
Will appear in the next dev build (which, I'm afraid, is next year).

Mass-closing resolved issues updated only last year - assuming fixed correctly.

Cheers!