Skip to content

Commit a82f93d

Browse files
author
Joachim Hofer
committed
Fixed a minor documentation bug and tried to clarify the order of
key-value pairs.
1 parent b95a75e commit a82f93d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Scalatron/doc/markdown/Scalatron Protocol.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ commands. The string has the following format:
187187

188188
No spaces will be present between key name, equals sign and value.
189189
No pipe characters are permitted anywhere in the string except between commands.
190+
The order of the key-value pairs is not fixed.
190191

191192
Example communication between server and plug-in:
192193

@@ -275,7 +276,7 @@ Parameters:
275276
incremented each time.
276277

277278

278-
### React(generation=int,entity=string,time=int,view=string,energy=string,master=int:int,...)
279+
### React(generation=int,name=string,time=int,view=string,energy=string,master=int:int,...)
279280

280281
"React" is invoked by the server once for each entity for each step in which the entity is
281282
allowed to move (mini-bots every cycle, bots every second cycle - see the *Game Rules* for

0 commit comments

Comments
 (0)