Jump to content

Can a DCSbios action read an array rather than a pin?


Recommended Posts

Posted

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]);

 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...