OpenSim.Region.Framework.Scenes.Scene.SendCommandToPlugins C# (CSharp) Méthode

SendCommandToPlugins() public méthode

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