OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Events | List of all members
OpenSim.Region.Framework.Interfaces.IRegionConsole Interface Reference
Inheritance diagram for OpenSim.Region.Framework.Interfaces.IRegionConsole:
Inheritance graph
[legend]

Public Member Functions

bool RunCommand (string command, UUID invokerID)
 
void SendConsoleOutput (UUID agentID, string message)
 
void AddCommand (string module, bool shared, string command, string help, string longhelp, CommandDelegate fn)
 

Events

ConsoleMessage OnConsoleMessage
 

Detailed Description

Definition at line 35 of file IRegionConsole.cs.

Member Function Documentation

void OpenSim.Region.Framework.Interfaces.IRegionConsole.AddCommand ( string  module,
bool  shared,
string  command,
string  help,
string  longhelp,
CommandDelegate  fn 
)
bool OpenSim.Region.Framework.Interfaces.IRegionConsole.RunCommand ( string  command,
UUID  invokerID 
)
void OpenSim.Region.Framework.Interfaces.IRegionConsole.SendConsoleOutput ( UUID  agentID,
string  message 
)

Event Documentation

ConsoleMessage OpenSim.Region.Framework.Interfaces.IRegionConsole.OnConsoleMessage

Definition at line 37 of file IRegionConsole.cs.


The documentation for this interface was generated from the following file: