callfunc_push_array
- Синтаксис
-
native callfunc_push_array(const VALUE[], array_size, bool:copyback = true);
Переменная | Описание |
---|---|
VALUE |
Array to push |
array_size |
Size of the array |
copyback |
If true, any changes made in the called function will be copied back to the calling plugin |
- Описание
- Pushes an array onto the current call.
- Пометка
-
This will defy the "const" specifier if copyback is true, which is only kept for special backwards compatibility.
- Возвращает
- Функция ничего не возвращает