isconnected VEX function

Returns 1 if input_number is connected, or 0 if the input is not connected.

Contexts: chop, cop, pop, sop

  1. int isconnected(int input_number)

Returns 1 if input_number is connected, or 0 if the input is not connected. Input numbering begins at 0.