AMX Mod X API Documentation

Signature
native set_array_f(param, const Float:source[], size);
Description

Copies a float array to the plugin calling the native.

Parameters
  • param Argument to set, starting from 1
  • source Buffer to copy array from
  • size Size of buffer
No return value
Errors
  • If used outside of a native callback, or the native was

    created with style 1, an error will be thrown.

Назад
Верх