edaxMode method

void edaxMode(
  1. int mode
)

Set mode.

  • 0: Human(B) vs Edax(W)
  • 1: Edax(B) vs Human(W)
  • 2: Edax(B) vs Edax(W)
  • 3: Human(B) vs Human(W)

Implementation

void edaxMode(final int mode) => _bindings.edax_mode(mode);