native
ArrayClear
Syntax
native ArrayClear(Array:which);
Description
Clears all entries from the array.
Parameters
| which | The array to clear. |
|---|
Return
1 on success, 0 on failure.
native
native ArrayClear(Array:which);
Clears all entries from the array.
| which | The array to clear. |
|---|
1 on success, 0 on failure.