CHARA_SHIMOTE_POS
CHARA_SHIMOTE_POS(eye, lip, X, Y, CID, int)
Arguments
eye
lip
X
Y
CID
int
Description
Not Added.
Implementation
def CHARA_SHIMOTE_POS(eye, lip, X, Y, CID, int):
CHARA_SET_POS_0(eye, lip, X, Y, CID, int)
SHIMOTE_IN_DEF(CID)
References
Table Implementation
{
"name": "CHARA_SHIMOTE_POS",
"args": [
"eye",
"lip",
"X",
"Y",
"CID",
"int"
],
"commandList": [
{
"row": 1840,
"command": "CHARA_SET_POS_0",
"args": [
"eye",
"lip",
"X",
"Y",
"CID",
"int"
],
"end": 1
},
{
"row": 1841,
"command": "SHIMOTE_IN_DEF",
"args": [
"CID"
],
"end": 1
}
]
}
Sample
{}