This commit is contained in:
parent
ffb751221e
commit
b7d08475ef
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ struct FunctionDef
|
||||||
static FunctionDef s_functionNames[]=
|
static FunctionDef s_functionNames[]=
|
||||||
{
|
{
|
||||||
{ "setCharacterAnimation", 2 }, // characterId,animationId
|
{ "setCharacterAnimation", 2 }, // characterId,animationId
|
||||||
{ "setText", 1 }, // textId
|
{ "setText", 2 }, // characterId,textId
|
||||||
{ "giveItem", 1 }, // itemId
|
{ "giveItem", 1 }, // itemId
|
||||||
{ "gotItem", 1 }, // itemId
|
{ "gotItem", 1 }, // itemId
|
||||||
{ "setResponseOptions", 1 }, // optionsId
|
{ "setResponseOptions", 1 }, // optionsId
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue