OpenSim.Region.Framework.Scenes.Scene.SendCommandToPlugins C# (CSharp) Method

SendCommandToPlugins() public method

Console command handler to send script command to script engine.
public SendCommandToPlugins ( string args ) : void
args string
return void
        public void SendCommandToPlugins(string[] args)
        {
            m_eventManager.TriggerOnPluginConsole(args);
        }
Scene