🖱ī¸CMD

get_buttons

attack = g_cmd.get_buttons() & 1

set_buttons

g_cmd.set_buttons(g_cmd.get_buttons() | 1)

set_viewangles

g_cmd.set_viewangles(90, 0, 0)

get_viewangles

x = g_cmd.get_viewangles()[0]

get_moves

forwardmove = g_cmd.get_moves()[0]

set_moves

g_cmd.set_moves(0, 0, 0)

Last updated