Prims (database table)

From OpenSimulator

Jump to: navigation, search


Prims Describes all rezzed prim attributes except shape and content       (back to Database Documentation)

The current structure of the Prims table is as follows:

Field Type Null Key Default Extra
CreationDate int(11) YES NULL
Name varchar(255) YES NULL
Text varchar(255) YES NULL
Description varchar(255) YES NULL
SitName varchar(255) YES NULL
TouchName varchar(255) YES NULL
ObjectFlags int(11) YES NULL
OwnerMask int(11) YES NULL
NextOwnerMask int(11) YES NULL
GroupMask int(11) YES NULL
EveryoneMask int(11) YES NULL
BaseMask int(11) YES NULL
PositionX float YES 0.0
PositionY float YES 0.0
PositionZ float YES 0.0
GroupPositionX float YES 0.0
GroupPositionY float YES 0.0
GroupPositionZ float YES 0.0
VelocityX float YES 0.0
VelocityY float YES 0.0
VelocityZ float YES 0.0
AngularVelocityX float YES 0.0
AngularVelocityY float YES 0.0
AngularVelocityZ float YES 0.0
AccelerationX float YES 0.0
AccelerationY float YES 0.0
AccelerationZ float YES 0.0
RotationX float YES 0.0
RotationY float YES 0.0
RotationZ float YES 0.0
RotationW float YES 0.0
SitTargetOffsetX float YES 0.0
SitTargetOffsetY float YES 0.0
SitTargetOffsetZ float YES 0.0
SitTargetOrientW float YES 0.0
SitTargetOrientX float YES 0.0
SitTargetOrientY float YES 0.0
SitTargetOrientZ float YES 0.0
UUID char(36) NO PRI
RegionUUID char(36) YES MUL NULL
CreatorID varchar(255) NO
OwnerID char(36) YES NULL
GroupID char(36) YES NULL
LastOwnerID char(36) YES NULL
SceneGroupID char(36) YES MUL NULL
PayPrice int(11) NO 0
PayButton1 int(11) NO 0
PayButton2 int(11) NO 0
PayButton3 int(11) NO 0
PayButton4 int(11) NO 0
LoopedSound char(36) NO 00000000-0000-0000-0000-000000000000
LoopedSoundGain float NO 0.0
TextureAnimation blob YES NULL
OmegaX float NO 0.0
OmegaY float NO 0.0
OmegaZ float NO 0.0
CameraEyeOffsetX float NO 0.0
CameraEyeOffsetY float NO 0.0
CameraEyeOffsetZ float NO 0.0
CameraAtOffsetX float NO 0.0
CameraAtOffsetY float NO 0.0
CameraAtOffsetZ float NO 0.0
ForceMouselook tinyint(4) NO 0
ScriptAccessPin int(11) NO 0
AllowedDrop tinyint(4) NO 0
DieAtEdge tinyint(4) NO 0
SalePrice int(11) NO 10
SaleType tinyint(4) NO 0
ColorR int(11) NO 0
ColorG int(11) NO 0
ColorB int(11) NO 0
ColorA int(11) NO 0
ParticleSystem blob YES NULL
ClickAction tinyint(4) NO 0
Material tinyint(4) NO 3
CollisionSound char(36) NO 00000000-0000-0000-0000-000000000000
CollisionSoundVolume float NO 0.0
LinkNumber int(11) NO 0
PassTouches tinyint(4) NO 0
MediaURL varchar(255) YES NULL
DynAttrs text YES NULL
PhysicsShapeType tinyint(4) NO 0
Density float NO 1000.0
GravityModifier float NO 1.0
Friction float NO 0.6
Restitution float NO 0.5
KeyframeMotion blob YES NULL

      (back to Database Documentation)



CreationDate
The date in standard UNIX format that the Prim was created.

Name
The Name of the Prim.

Text
 

Description
What the Prim is.

SitName
A name given to the Sit event.

TouchName
A name given to the Touch action.

SitName
A name given to the Sit event.

ObjectFlags
ObjectFlags are defined here: OpenSimulator:Permissions#ObjectFlags_.28F.29

OwnerMask
The permissions of the current owner. Further details are available here: OpenSimulator:Permissions#OwnerMask_.28O.29

NextOwnerMasks
The permissions to be passed to the next owner. Further details are available here: OpenSimulator:Permissions#NextOwnerMask_.28N.29

GroupMask
GroupMask is not yet implemented. However further details are available here: OpenSimulator:Permissions#GroupMask_.28G.29

EveryoneMask
The permissions given to other users. Further details are available here: OpenSimulator:Permissions#EveryoneMask_.28E.29

BaseMask
The initial permissions given to the current owner. Further details are available here: OpenSimulator:Permissions#BaseMask_.28B.29

PositionX
The distance in metres of this prim from GroupPositionX.

PositionY
The distance in metres of this prim from GroupPositionY.

PositionZ
The distance in metres of this prim from GroupPositionZ.
GroupPositionX
The X-axis location of the centre of the primary prim in the linked set to which this Prim belongs. Measured in metres relative to the origin of the region.

GroupPositionY
The Y-axis location of the centre of the primary prim in the linked set to which this Prim belongs. Measured in metres relative to the origin of the region.

GroupPositionZ
The Z-axis (height) location of the centre of the primary prim in the linked set to which this Prim belongs. Measured in metres.
VelocityX
The speed at which the prim moves (+ or -) in the X-axis.

VelocityY
The speed at which the prim moves (+ or -) in the Y-axis.

VelocityZ
The speed at which the prim moves (+ or -) vertically.

AngularVelocityX
Not yet defined.

AngularVelocityY
Not yet defined.

AngularVelocityZ
Not yet defined.

AccelerationX
Not yet defined.

AccelerationY
Not yet defined.

AccelerationZ
Not yet defined.

RotationX
Not yet defined.

RotationY
Not yet defined.

RotationZ
Not yet defined.

RotationW
Not yet defined.

SitTargetOffsetX
Not yet defined.

SitTargetOffsetY
Not yet defined.

SitTargetOffsetZ
Not yet defined.

SitTargetOrientW
Not yet defined.

SitTargetOrientX
Not yet defined.

SitTargetOrientY
Not yet defined.

SitTargetOrientZ
Not yet defined.

UUID
The unique key of this prim row on the database.

RegionUUID
The key of the Region on the Regions table which contains this prim

CreatorID
the UUID (key) of the user who created this prim.

OwnerID
the UUID (key)of the user who currently owns this prim.

GroupID
Not yet defined.

LastOwnerID
The UUID (key) of the user who last owned this prim (i.e. who transferred it to the current OwnerID).

SceneGroupID
All the prims in a linked object share the same SceneGroupID.

PayPrice
Can be either: -1 PAY_HIDE or -2 PAY_DEFAULT

PayButton1
Can be either: -1 PAY_HIDE or -2 PAY_DEFAULT

PayButton2
Can be either: -1 PAY_HIDE or -2 PAY_DEFAULT

PayButton3
Can be either: -1 PAY_HIDE or -2 PAY_DEFAULT

PayButton4
Can be either: -1 PAY_HIDE or -2 PAY_DEFAULT

LoopedSound
The UUID of an asset which defines a sound to be played from this prim.

LoopedSoundGain
The volume of the looped sound.

TextureAnnimation
Not yet defined.

OmegaX
Not yet defined.

OmegaY
Not yet defined.

OmegaZ
Not yet defined.

CameraEyeOffsetX
Not yet defined.

CameraEyeOffsetY
Not yet defined.

CameraEyeOffsetZ
Not yet defined.

CameraAtOffsetX
Not yet defined.

CameraAtOffsetY
Not yet defined.

CameraAtOffsetZ
Not yet defined.

ForceMouseLook
Not yet defined.

ScriptAccessPin
Not yet defined.

AllowedDrop
Not yet defined.

DieAtEdge
Not yet defined.

SalePrice
Not yet defined.

SaleType
Not yet defined.

ColorR
Red colour intensity value range 0-255.

ColorG
Green colour intensity value range 0-255.

ColorB
Blue colour intensity value range 0-255.

ColorA
Alpha channel value. Range 0-255.

ParticleSystem
A block of data defining a particle effect associated with this Prim.

ClickAction
Action to be performed on a left-button mouse click. Possible values:
  0 - Touch/Grab (default)
  1 - Sit on object
  2 - Buy object
  3 - Pay object
  4 - Open
  5 - Play parcel media
  6 - Open parcel media

Material
Affects the surface look of the prim, may be wood, metal etc.

CollisionSound
The UUID of the asset which describes the sound made when an object collides with this prim.

CollisionSoundVolume
The volume of the collision sound.

LinkNumber
Not yet defined.

PassTouches
Not yet defined.

MediaURL
Not yet defined.

DynAttrs
Not yet defined.

PhysicsShapeType
Not yet defined.

Density
Not yet defined.

GravityModifier
Not yet defined.

Friction
Not yet defined.

Restitution
Not yet defined.

KeyframeMotion
Not yet defined.


      (back to Database Documentation)

Personal tools
General
About This Wiki