OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Classes
Package OpenSim.Region.CoreModules.Framework.InterfaceCommander

Classes

class  Command
 A single function call encapsulated in a class which enforces arguments when passing around as Object[]'s. Used for console commands and script API generation More...
 
class  CommandArgument
 A single command argument, contains name, type and at runtime, value. More...
 
class  Commander
 A class to enable modules to register console and script commands, which enforces typing and valid input. More...