Difference between revisions of "PCode"

From Second Life Wiki
Jump to navigation Jump to search
(New page: Used in ObjectUpdate and ObjectUpdateCompressed messages, a "PCode" byte appears to be used to differentiate different types of objects: prims, avatars, and foliage. * Prim = 9 * Avatar ...)
 
m
Line 1: Line 1:
Used in ObjectUpdate and ObjectUpdateCompressed messages, a "PCode" byte appears to be used to differentiate different types of objects:  prims, avatars, and foliage.
Used in ObjectUpdate and ObjectUpdateCompressed messages, a "PCode" byte appears to be used to differentiate types of objects:  prims, avatars, and foliage.


* Prim = 9
* Prim = 9

Revision as of 08:23, 29 April 2008

Used in ObjectUpdate and ObjectUpdateCompressed messages, a "PCode" byte appears to be used to differentiate types of objects: prims, avatars, and foliage.

  • Prim = 9
  • Avatar = 47
  • Grass = 95
  • NewTree = 111
  • ParticleSystem = 143
  • Tree = 255