This commit is contained in:
parent
0c4309fb16
commit
1fab44452d
4 changed files with 5 additions and 4 deletions
|
@ -61,7 +61,7 @@ struct FunctionDef
|
|||
---- */
|
||||
static FunctionDef s_functionNames[]=
|
||||
{
|
||||
{ "setCharacterExpression", 2, }, // character, expression
|
||||
{ "setCharacterAnimation", 2, }, // character, animation
|
||||
{ "setText", 1, }, // textId
|
||||
};
|
||||
static int s_functionCount=sizeof(s_functionNames)/sizeof(FunctionDef);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue