setarg
- Синтаксис
-
native setarg(arg, index = 0, value);
Переменная | Описание |
---|---|
arg |
Argument index |
index |
Index to set in the argument (for arrays and strings) |
- Описание
- Sets the value of an argument passed into the currently executed function.
- Пометка
-
This is not equal to assigning a new value to a by-reference argument.