23 _server.
step(msg.getStepMillis());
A protocol message is used for the serialization of the ai states for remote debugging.
Definition: IProtocolMessage.h:60
Definition: StepHandler.h:14
Interface for the execution of assigned IProtocolMessage.
Definition: IProtocolHandler.h:19
Perform one step if the ai controlled entities are in paused mode.
Definition: AIStepMessage.h:15
The server can serialize the state of the AI and broadcast it to all connected clients.
Definition: Server.h:50
void step(int64_t stepMillis=1L)
Performs one step of the AI in pause mode.
Definition: ServerImpl.h:471