OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Namespaces | Classes | Enumerations | Functions
Package OpenSim.Region.OptionalModules.Scripting.Minimodule

Namespaces

package  Interfaces
 
package  Object
 
package  WorldX
 

Classes

class  ExtensionHandler
 
class  Graphics
 
class  Heightmap
 
class  Host
 
interface  IMRMModule
 
interface  IAvatar
 
interface  IAvatarAttachment
 
interface  IEntity
 
interface  IGraphics
 
interface  IHeightmap
 
interface  IHost
 
interface  IInventoryItem
 This implements the methods needed to operate on individual inventory items. More...
 
class  TouchEventArgs
 
interface  IObject
 
interface  IObjectMaterial
 
interface  IObjectAccessor
 
interface  IParcel
 
interface  IPersistence
 
interface  IScheduler
 
interface  ISocialEntity
 
class  NewUserEventArgs
 
class  ChatEventArgs
 
interface  IWorld
 
class  InventoryItem
 
interface  ISecurityCredential
 
class  LOParcel
 
class  MicroScheduler
 
class  MRMBase
 
class  MRMModule
 
class  IObjEnum
 
class  ObjectAccessor
 
class  SecurityCredential
 
class  SEUser
 
class  SOPObject
 
class  SOPObjectMaterial
 
class  SPAvatar
 
class  SPAvatarAttachment
 
class  World
 

Enumerations

enum  PhysicsMaterial {
  PhysicsMaterial.Default, PhysicsMaterial.Glass, PhysicsMaterial.Metal, PhysicsMaterial.Plastic,
  PhysicsMaterial.Wood, PhysicsMaterial.Rubber, PhysicsMaterial.Stone, PhysicsMaterial.Flesh
}
 
enum  TextureMapping { TextureMapping.Default, TextureMapping.Planar }
 

Functions

delegate void OnTouchDelegate (IObject sender, TouchEventArgs e)
 
delegate void OnNewUserDelegate (IWorld sender, NewUserEventArgs e)
 
delegate void OnChatDelegate (IWorld sender, ChatEventArgs e)
 

Enumeration Type Documentation

Enumerator
Default 
Glass 
Metal 
Plastic 
Wood 
Rubber 
Stone 
Flesh 

Definition at line 217 of file IObject.cs.

Enumerator
Default 
Planar 

Definition at line 229 of file IObject.cs.

Function Documentation

delegate void OpenSim.Region.OptionalModules.Scripting.Minimodule.OnChatDelegate ( IWorld  sender,
ChatEventArgs  e 
)
delegate void OpenSim.Region.OptionalModules.Scripting.Minimodule.OnNewUserDelegate ( IWorld  sender,
NewUserEventArgs  e 
)
delegate void OpenSim.Region.OptionalModules.Scripting.Minimodule.OnTouchDelegate ( IObject  sender,
TouchEventArgs  e 
)