Skip to content

timschumi/gmod-gmcompat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gmcompat (Gamemode Abstraction Library)

This plugin is available on the Steam Workshop.

This is a support library providing abstraction functions independent of the currently used gamemode.

I will try my best to keep the API stable going forward.

Usage

gmcompat isn't a normal module due to restrictions of the Garry's Mod LUA API. Instead, it is a normal LUA file that should be included.

-- This will provide a global `gmcompat` table providing all the functions and constants.
include("gmcompat.lua")

About

A Garry's Mod Library abstracting differences between gamemodes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages