Same deal as fix #183 for #182.
CBA_fnc_getPos uses brittle code that can't handle input in array form because it deals directly with variable _this, however it's a bit more problematic to fix and retain backwards compatibility since the parameters passed can be an array of the form [x,y,z].
Same deal as fix #183 for #182.
CBA_fnc_getPosuses brittle code that can't handle input in array form because it deals directly with variable_this, however it's a bit more problematic to fix and retain backwards compatibility since the parameters passed can be an array of the form[x,y,z].