TrieIterGetCell
- Синтаксис
-
native bool:TrieIterGetCell(TrieIter:handle, &any:value);
Переменная | Описание |
---|---|
handle |
Iterator handle |
value |
Variable to store value in |
- Описание
- Retrieves a value at the current position of the iterator.
- Возвращает
- True on success, false if the iterator is empty or the current value is an array or a string.