Source.Python
Source.Python copied to clipboard
This plugin aims to use boost::python and create an easily accessible wrapper around the Source Engine API for scripter use.
Results
31
Source.Python issues
Sort by
recently updated
recently updated
newest added
This fixes the following error when unloading the plugin Output: ``` [Source.Python] [SP] Caught an Exception: Traceback (most recent call last): File "..\addons\source-python\packages\source-python\plugins\manager.py", line 437, in _unload_auto_unload_instances instance._unload_instance() File "..\addons\source-python\packages\source-python\engines\sound.py",...