AMX Mod X API Documentation

Signature
native get_array_f(param, Float:dest[], size);
Description

Retrieves a float array from the plugin calling the native.

Parameters
  • param Argument to retrieve, starting from 1
  • dest Buffer to copy array to
  • 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.

Назад
Верх