Exemplo n.º 1
0
def command_backward(socket_req):
    myZmqFunc.putRequest(socket_req, "backward|null")
Exemplo n.º 2
0
def command_jump(socket_req):
    myZmqFunc.putRequest(socket_req, "jump|null")
Exemplo n.º 3
0
def command_forward(socket_req):
    myZmqFunc.putRequest(socket_req, "forward|null")
Exemplo n.º 4
0
def command_inspect(socket_req, param):
    myZmqFunc.putRequest(socket_req, "inspect|" + param)
Exemplo n.º 5
0
def command_next(socket_req):
    myZmqFunc.putRequest(socket_req, "next|null")
Exemplo n.º 6
0
def command_selfid(socket_req):
    myZmqFunc.putRequest(socket_req, "selfid|null")
Exemplo n.º 7
0
def command_selfstats(socket_req):
    myZmqFunc.putRequest(socket_req, "selfstats|null")
Exemplo n.º 8
0
def command_watch(socket_req):
    myZmqFunc.putRequest(socket_req, "watch|null")
Exemplo n.º 9
0
def command_attack(socket_req):
    myZmqFunc.putRequest(socket_req, "attack|null")
Exemplo n.º 10
0
def command_gather(socket_req):
    myZmqFunc.putRequest(socket_req, "gather|null")
Exemplo n.º 11
0
def command_looking(socket_req):
    myZmqFunc.putRequest(socket_req, "looking|null")
Exemplo n.º 12
0
def command_left(socket_req):
    myZmqFunc.putRequest(socket_req, "left|null")
Exemplo n.º 13
0
def command_identify(socket_req, param):
    myZmqFunc.putRequest(socket_req, "identify|" + param)
Exemplo n.º 14
0
def command_right(socket_req):
    myZmqFunc.putRequest(socket_req, "right|null")