uci_register {bigchess} | R Documentation |
Sending command register for chess engine. Info about register command from http://wbec-ridderkerk.nl/html/UCIProtocol.html this is the command to try to register an engine or to tell the engine that registration will be done later. This command should always be sent if the engine has send "registration error" at program startup.
uci_register(engine, later = TRUE, name = NULL, code = NULL)
engine |
engine object |
later |
boolean default TRUE |
name |
string |
code |
string |
engine object