You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gets flagged with the following error: "append" does not support left side of type "Array" and right side of type "String" despite handgunMagazine returning an array.
The text was updated successfully, but these errors were encountered:
Yeap, I also noticed it! It is a bug in Arma itself - calling supportInfo "i:handgunMagazine" returns
[[
"u",
"handgunmagazine",
"handgunMagazine",
"Return the names of the types of currently loaded magazines in given weapon.",
"",
"",
"STRING",
"",
"OBJECT",
"handgunMagazine vehicle"
]]
the "STRING" indicates the return type, which is incorrect...
this code
gets flagged with the following error:
"append" does not support left side of type "Array" and right side of type "String"
despitehandgunMagazine
returning an array.The text was updated successfully, but these errors were encountered: