native
ArraySize
Syntax
native ArraySize(Array:which);
Description
Returns the number of elements in the array.
Parameters
| which | The array to check. |
|---|
Return
How many elements are in the array.
native
native ArraySize(Array:which);
Returns the number of elements in the array.
| which | The array to check. |
|---|
How many elements are in the array.