ArraySize
Syntax
native ArraySize(Array:which);
Usage
| Parameter | Description |
|---|---|
| which | Array handle |
Description
Returns the number of elements in the array.
Return
Number of elements in the array
Error
If an invalid handle is provided an error will be thrown.