This commit is contained in:
parent
5b2be54bd9
commit
d634fce921
7 changed files with 60 additions and 12 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue