AMX Mod X API Documentation

Signature
native swapchars(c);
Description

Swaps the bytes of a value (the lowest byte becomes the highest byte).

Parameters
  • c Value to swap
Returns

Byte-swapped value

Назад
Верх