AMX Mod X API Documentation

Signature
native SQL_NextRow(Handle:query);
Description

Advances to the next result (row).

Parameters
  • query Handle of a query.
No return value
Errors
  • Invalid query handle.

    No result set in this query.

Назад
Верх