- 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
9 lines
149 B
TypeScript
9 lines
149 B
TypeScript
export declare enum SourcePattern {
|
|
None = 0,
|
|
Drop = 1,
|
|
Explode = 2,
|
|
Angle = 4,
|
|
AngleCone = 8,
|
|
AngleConeEmpty = 16
|
|
}
|