Binds a parameter in a prepared statement to a given integer value.
void SQL_BindParamInt(Handle statement, int param, int number, bool signed)
A statement (prepared query) Handle.
The parameter index (starting from 0).
The number to bind.
True to bind the number as signed, false to bind it as unsigned.
Invalid statement Handle or parameter index, or SQL error.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.