Epoch/Sources/epoch_code/compile/functions/EPOCH_fnc_arrayStringToBool.sqf

3 lines
101 B
Plaintext
Raw Normal View History

2016-09-05 04:32:38 +00:00
// fix strings to bool
_this apply {if (_x isEqualType "true") then {_x isEqualTo "true"} else {_x}}