Add this func

This commit is contained in:
ineed bots
2023-09-22 11:31:54 -06:00
parent 7e87e04413
commit 9b10a3e32f
4 changed files with 13 additions and 0 deletions

View File

@ -981,4 +981,9 @@ namespace game
{
return codsrc::Scr_ReadData(inst, pos, count);
}
unsigned int Scr_GetNumParam(game::scriptInstance_t inst)
{
return codsrc::Scr_GetNumParam(inst);
}
}