Thource / StarUtil

A utility kit designed to add missing functionality and enhance existing functionality of Starfall - A lua based programming language in WireMod, a Garry's Mod addon.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StarUtil

StarUtil is a utility kit designed to add missing functionality and enhance existing functionality of Starfall - A lua based programming language in WireMod, a Garry's Mod addon.

Installation

SF = GMOD_INSTALL_LOCATION/data/starfall/

While I recommend installing StarUtil at SF/lib/, it's ultimately your choice where you decide to install it.

cd SF
mkdir lib
cd lib
git clone https://github.com/Thource/star_util

Usage

You can require the library with:

--@includedir lib/star_util
requiredir("lib/star_util")

Alternatively, you can include just the components you need with:

--@include lib/star_util/class.lua
require("lib/star_util/class.lua")

Documentation

Coming soon

About

A utility kit designed to add missing functionality and enhance existing functionality of Starfall - A lua based programming language in WireMod, a Garry's Mod addon.

License:MIT License


Languages

Language:Lua 100.0%