Epoch/Sources/epoch_code/compile/functions/EPOCH_fnc_arrayStringToBool.sqf
2016-09-04 23:32:38 -05:00

3 lines
101 B
Plaintext

// fix strings to bool
_this apply {if (_x isEqualType "true") then {_x isEqualTo "true"} else {_x}}