c_zigzag_v_r

c_zigzag_v_r(CID)

Arguments

  • CID

Description

Not Added.

Implementation

def c_zigzag_v_r(CID):
        mnu_move(CID, true, 0.5, 15, 16, 9)
        mnu_move(CID, false, 0.5, 15, -32, 9)
        mnu_move(CID, false, 0.5, 20, 16, 9)
        cmp_move(CID, 1.5, 50, 0)

References

Table Implementation

{
    "name": "c_zigzag_v_r",
    "args": [
        "CID"
    ],
    "commandList": [
        {
            "row": 5033,
            "command": "mnu_move",
            "args": [
                "CID",
                "true",
                "0.5",
                "15",
                "16",
                "9"
            ],
            "end": 1
        },
        {
            "row": 5034,
            "command": "mnu_move",
            "args": [
                "CID",
                "false",
                "0.5",
                "15",
                "-32",
                "9"
            ],
            "end": 1
        },
        {
            "row": 5035,
            "command": "mnu_move",
            "args": [
                "CID",
                "false",
                "0.5",
                "20",
                "16",
                "9"
            ],
            "end": 1
        },
        {
            "row": 5036,
            "command": "cmp_move",
            "args": [
                "CID",
                "1.5",
                "50",
                "0"
            ],
            "end": 1
        }
    ]
}

Sample

{}