This commit is contained in:
Paul 2001-07-13 22:10:16 +00:00
parent da36f846ae
commit 131369d2f4
7 changed files with 120 additions and 87 deletions

View file

@ -63,13 +63,11 @@ static FunctionDef s_functionNames[]=
{
{ "setCharacterAnimation", 2 }, // characterId,animationId
{ "setText", 2 }, // characterId,textId
{ "giveItem", 1 }, // itemId
{ "gotItem", 1 }, // itemId
{ "setResponseOptions", 1 }, // optionsId
{ "getResponse", 0 }, //
{ "drawSprite", 4 }, // frame,x,y,ot
{ "getFrameTime", 0 }, //
{ "getAmmoCount", 1 }, // ammoId
{ "setAmmoCount", 2 }, // ammoId,amount
{ "isHoldingWeapon", 1 }, // weaponId
};
static int s_functionCount=sizeof(s_functionNames)/sizeof(FunctionDef);