BigETI / pawn-memory

PAWN memory access plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PAWN memory access plugin

sampctl package

Description

The PAWN memory access plugin allows to allocate and free memory from heap in PAWN. Detailed documentation can be checked out at the wiki.

Installation

Using sampctl

  1. Get sampctl from https://github.com/Southclaws/sampctl
  2. Install package using this command:
sampctl package install BigETI/pawn-memory
  1. Include library in your PAWN code
#include <memory>

Manually

  1. Move or copy the required files accordingly
  2. Include library in your PAWN code
#include <memory>

Dependencies

Documentation

The documentation is located at https://github.com/BigETI/pawn-memory/wiki

Licence

You can find the licence here: https://github.com/BigETI/pawn-memory/blob/master/LICENCE.md

How to contribute to this project?

Just create a fork out of this project, make your changes and create a pull request.

About

PAWN memory access plugin

License:GNU General Public License v3.0


Languages

Language:C++ 53.8%Language:C 24.2%Language:Pawn 17.5%Language:SourcePawn 4.0%Language:Objective-C 0.3%Language:Makefile 0.3%