Page MenuHomeFeedback Tracker

`handgunMagazine` has incorrect `supportInfo`
New, NormalPublic

Description

supportInfo says "string" but command actually returns "array"

Details

Severity
Trivial
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Engine
Steps To Reproduce

supportInfo "i:handgunmagazine"
returns
[["u","handgunmagazine","handgunMagazine","Return the names of the types of currently loaded magazines in given weapon.","","","STRING","","OBJECT","handgunMagazine vehicle"]]

Additional Information

change XX(GameString, "handgunMagazine",
to XX(GameArray, "handgunMagazine",

Event Timeline