* Implements a number of members on SOGObject for use with the MRM Script Engine API.

* It's lag-tacular! :D
This commit is contained in:
Adam Frisby
2009-03-05 00:16:06 +00:00
parent f3aac0fa4a
commit 0e7e2eba14
2 changed files with 166 additions and 15 deletions

View File

@@ -66,15 +66,15 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
public enum PrimType
{
NotPrimitive,
Box,
Cylinder,
Prism,
Sphere,
Torus,
Tube,
Ring,
Sculpt
NotPrimitive = 255,
Box = 0,
Cylinder = 1,
Prism = 2,
Sphere = 3,
Torus = 4,
Tube = 5,
Ring = 6,
Sculpt = 7
}
public enum TextureMapping