[][src]Module samp::amx

Core Amx types with additional functions.

Structs

Allocator

AMX memory allocator (on the heap) that frees captured memory after drop.

Amx

A wrapper around a raw pointer to an AMX and exported functions.

AmxIdent

An unique identifier of an Amx instance.

Traits

AmxExt

Extended functional of an Amx.

Functions

get

Get a reference to an Amx by given AmxIdent.