mnu_rotate
mnu_rotate(CID, isNewAct, rotateSec, rotate, rotateEase)
Arguments
CID
isNewAct
rotateSec
rotate
rotateEase
Description
Not Added.
Implementation
def mnu_rotate(CID, isNewAct, rotateSec, rotate, rotateEase):
chara_act_manual(CID, isNewAct, 0, 0, 0, 0, 0, 0, 0, 0, rotateSec, rotate, rotateEase)
References
Table Implementation
{
"name": "mnu_rotate",
"args": [
"CID",
"isNewAct",
"rotateSec",
"rotate",
"rotateEase"
],
"commandList": [
{
"row": 4571,
"command": "chara_act_manual",
"args": [
"CID",
"isNewAct",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"rotateSec",
"rotate",
"rotateEase"
],
"end": 1
}
]
}
Sample
{}