98abaile Posted September 16, 2023 Posted September 16, 2023 As the title says, can DCSbios actions use booleans stored in an array rather than digital pins? For example: A normal action would be: DcsBios::Switch2Pos ufcMasterCaution("UFC_MASTER_CAUTION", 10); Would I be able to instead use: DcsBios::Switch2Pos ufcMasterCaution("UFC_MASTER_CAUTION", muxArr[15]);
Recommended Posts