|
Author
|
Message
|
|
Senior Member
|

10-14-2004
, 16:03
Cross-language natives
|
#1
|
Since sourcemod aims to support writing plugins in multiple languages, it would be very useful to be able to call functions defined in any plugin, written in any language, from any other plugin, written in any other language. This should be part of the core, so plugin writers wouldn't have to worry about it.
Currently, with amxmodx, a C++ module cannot call functions in other C++ modules, nor can it easily call Small functions. This means C++ modules can't access authentication information, or mysql, or any of the other nifty things provided by other modules and plugins.
Now, I didn't say this was easy, or possible, but it would be a very desirable feature.
\malex\
|
|
|
|