AMX Mod X API Documentation

Signature
native bool:TrieIterEnded(TrieIter:handle);
Description

Returns if the iterator has reached its end and no more data can be read.

Parameters
  • handle Iterator handle
Returns

True if iterator has reached the end, false otherwise

Errors
  • Invalid Handle

    Iterator has been closed (underlying map destroyed)

    Iterator is outdated

Назад
Верх