This commit is contained in:
Paul 2001-07-18 16:48:49 +00:00
parent 5b2be54bd9
commit d634fce921
7 changed files with 60 additions and 12 deletions

View file

@ -68,6 +68,7 @@ static FunctionDef s_functionNames[]=
{ "getAmmoCount", 1 }, // ammoId
{ "setAmmoCount", 2 }, // ammoId,amount
{ "isHoldingWeapon", 1 }, // weaponId
{ "giveWeapon", 1 }, // weaponId
};
static int s_functionCount=sizeof(s_functionNames)/sizeof(FunctionDef);