Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Questionist/pysmx

 
 

Repository files navigation

pysmx

pysmx is a Python package for parsing, executing, and simulating the environment of SourceMod plug-ins.

Quickstart

from smx.compile import compile
plugin = compile('''
    public TwoPlusTwo() {
        return 2 + 2;
    }
''')
print plugin.runtime.call_function_by_name('TwoPlusTwo')

About

Python package to interact with SourceMod plug-ins

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 57.7%
  • SourcePawn 30.1%
  • Python 11.5%
  • Other 0.7%