set_array_f
Core (amxmodx.inc)
Description
set_array_f - Copies a float array into the one given by a calling plugin.
Syntax
set_array_f ( param, Float: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 set_string for more details.