@tlua/gmod
v1.0.10
Published
Garry's Mod type declarations for tlua, generated from the GMod wiki.
Maintainers
Readme
@tlua/gmod
Garry's Mod type declarations for the tlua type checker, generated from the GMod Wiki.
Install
npm install @tlua/gmodUse
List the package under types in your tluaconfig.json. tlua only loads type
packages named in types; use "*" to opt into all installed ones:
{
"compilerOptions": {
"types": ["@tlua/gmod"]
}
}The Garry's Mod globals (Entity, Vector, hook, _G entries, …) are then
available ambiently, with no require.
