AMX Mod X API Documentation

Signature
native eng_get_string(_string, _returnString[], _len);
Description

Retrieves a string from the engine string table.

Parameters
  • _string String table index
  • _returnString Buffer to copy string to
  • _len Maximum size of buffer
Returns

Number of cells written to buffer

Назад
Верх