Please remind me how to do cross-plugin communication.
#2
local OtherPlugin=cPluginManager.Get():GetPlugin("OtherPluginName");
OtherPlugin:Call("FunctionName", Whatever, Basic, Parameters);
Not sure about what parameters are exactly supported, I believe the basic ones (string, number, bool) only. Also not sure about return values, whether they are supported at all.
Reply
Thanks given by:


Messages In This Thread
RE: Please remind me how to do cross-plugin communication. - by xoft - 08-13-2013, 07:52 PM



Users browsing this thread: 1 Guest(s)