An open API service indexing awesome lists of open source software.

https://github.com/BigETI/pawn-memory

PAWN memory access plugin
https://github.com/BigETI/pawn-memory

pawn-package

Last synced: 4 months ago
JSON representation

PAWN memory access plugin

Awesome Lists containing this project

README

        

# PAWN memory access plugin

[![sampctl package](https://shields.southcla.ws/badge/sampctl-pawn--memory-2f2f2f.svg?style=for-the-badge)](https://github.com/BigETI/pawn-memory "pawn-memory")

## 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](https://github.com/BigETI/pawn-memory/wiki).

## Installation
### Using sampctl
1. Get [sampctl](https://github.com/Southclaws/sampctl) from https://github.com/Southclaws/sampctl
2. Install package using this command:
```BASH
sampctl package install BigETI/pawn-memory
```
3. Include library in your PAWN code
```PAWN
#include
```

### Manually
1. Move or copy [the required files](https://github.com/BigETI/pawn-memory/releases) accordingly
2. Include library in your PAWN code
```PAWN
#include
```

## Dependencies
- https://github.com/sampctl/pawn-stdlib

## Documentation
The [documentation](https://github.com/BigETI/pawn-memory/wiki) is located at [https://github.com/BigETI/pawn-memory/wiki](https://github.com/BigETI/pawn-memory/wiki)

## Licence
You can find the [licence](https://github.com/BigETI/pawn-memory/blob/master/LICENCE.md) 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.