edaxMode method
- 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);
Set mode.
void edaxMode(final int mode) => _bindings.edax_mode(mode);