Support global variables in plugins #12
Labels
C
Related to C plugin
C++
Related to C++ plugin
enhancement
New feature or request
Lua
Related to Lua plugin
python
Related to python plugin
Allow a user to access global variables by name for read and write access.
For C and C++ plugins, the symbols have to exist in the shared library beforehand with the correct type.
Lua and Python should also be able to create new, previously undefined variables.
The following types should be supported:
The text was updated successfully, but these errors were encountered: