Binds a parameter in a prepared statement to a given float value.
void BindFloat(int param, float value)
The parameter index (starting from 0).
The float number to bind.
Invalid parameter index, or SQL error.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.