Skip to content

Repository files navigation

gml-support-thirdparty

Third-party GameMaker plugins support for GML Support.

It works, but the code doesn't seem to be standard:

if (isChinese)
{
    const entry = gmlThirdparty.thirdfunctions[ident] || gmlThirdparty.thirdconstants[ident] || gmlThirdparty.cnthirdfunctions[ident] || gmlThirdparty.cnthirdconstants[ident];
    return entry;
}

Support list: https://gmlsupport.liaronce.win/#/Moreinfo/Thirdparty

This is an optional extension, if you do not need it, without the extension does not affect the use of GML Support.

About

Third-party GameMaker plugins support for GML Support.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages