PrepareArray
- Синтаксис
-
native PrepareArray(const array[], size, copyback = 0);
Переменная | Описание |
---|---|
array |
Array to prepare |
size |
Size of array |
copyback |
If nonzero, modifications made by the called plugin(s) will be copied back to the caller |
- Описание
- Prepares an array for use in a forward. Pass the result ExecuteForward() instead of the array itself.
- Возвращает
- Special handle for use in ExecuteForward()