get_array
Core (amxmodx.inc)
Description
get_array - Retrieves an array from a calling plugin.
Syntax
get_array ( param, dest[], size )
Type
Native
Notes
This can only be used in a dynamic native function registered with style 0 (default). Arguments start at 1.

See get_string for more details.