Christian

Results 4 issues of Christian

| Q | A | | --- | --- | | Bug fix? | no | | New feature? | yes | | Needs wipe? | no | ### Description:...

enhancement

| Q | A | | --- | --- | | Needs wipe? | yes | ### Description: Pull Request for the next update. Currently in draft state as a...

enhancement

`_thisArgs`, `_thisType`, `_thisId` are always marked as possibly undefined variables. Example where all occurances are marked after indexing: ```sqf ["KPLIB_build_stop", { [_thisType, _thisId] call CBA_fnc_removeEventHandler; _thisArgs params ["_openEhId", "_builtEhId"]; ["KPLIB_build_display_open",...

bug

Reference: https://community.bistudio.com/wiki/BIS_fnc_sortBy _this select 1: input parameters (Array) - used in the eval algorithm (object/numbers/strings ..) - input params are referenced in the sorting algorithm by _input0, _input1 .. _input9...

enhancement