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
- Host: GitHub
- URL: https://github.com/BigETI/pawn-memory
- Owner: BigETI
- License: gpl-3.0
- Created: 2017-10-05T14:59:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-24T09:47:54.000Z (almost 7 years ago)
- Last Synced: 2024-10-06T19:05:38.545Z (8 months ago)
- Topics: pawn-package
- Language: C++
- Homepage:
- Size: 54.7 KB
- Stars: 36
- Watchers: 5
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PAWN memory access plugin
[](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.