AMX Mod X API Documentation

Signature
native strlen(const string[]);
Description

Calculates the length of a string.

Parameters
  • string String to check.
Returns

Number of valid character bytes in the string.

Назад
Верх