Skip to main content

Module buffer

Module buffer 

Source
Expand description

AMX cell vectors (Pawn arrays) โ€” Buffer (sized) and UnsizedBuffer (unsized, received as a native argument).

Structsยง

Buffer
AMX cell array with a known size.
UnsizedBuffer
Array with unknown size โ€” received as a native argument when the Pawn signature is array[] without a fixed dimension.