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