- Add grabObject, deGrabObject, dragGrabbedObject, touchObject to RegionCommands (closes #8)
- Properly decode object TextureEntry - Properly decode object ParticleSystem - Properly decode object ObjectData - Properly decode object TextColor - Properly decode Linden Tree species - Correct handling of ObjectUpdateCached (only request objects if we don't already have them) - Implement handling of ImprovedTerseObjectUpdate to complete support for R-Tree object searching - Object store interface: getObjectByUUID, getObjectByLocalID
This commit is contained in:
9
lib/enums/SourcePattern.ts
Normal file
9
lib/enums/SourcePattern.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export enum SourcePattern
|
||||
{
|
||||
None = 0,
|
||||
Drop = 0x01,
|
||||
Explode = 0x02,
|
||||
Angle = 0x04,
|
||||
AngleCone = 0x08,
|
||||
AngleConeEmpty = 0x10
|
||||
}
|
||||
Reference in New Issue
Block a user