Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 514 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 514 Bytes

item-array-data

Extends items to have an array of data instead of just one cell. Includes functions for setting, appending and getting array data.

Installation

Simply install to your project:

sampctl package install ScavengeSurvive/item-array-data

Include in your code and begin using the library:

#include <item-array-data>

Usage

See source code comments for documentation.

Testing

(todo: unit tests)

To test, simply run the package:

sampctl package run