Talk:Particles In Code

From Valve Developer Community
Revision as of 11:51, 15 February 2009 by Grash (talk | contribs) (New page: * More Info * Valid attachment types ** '''"String Name" for GetAttachTypeFromString :: ParticleAttachment_t enum :: Description''' ** "start_at_origin" :: PATTACH_ABSORIGIN :: Create at ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • More Info
  • Valid attachment types
    • "String Name" for GetAttachTypeFromString :: ParticleAttachment_t enum :: Description
    • "start_at_origin" :: PATTACH_ABSORIGIN :: Create at absorigin, but don't follow
    • "follow_origin" :: PATTACH_ABSORIGIN_FOLLOW :: Create at absorigin, and update to follow the entity
    • "start_at_customorigin" :: PATTACH_CUSTOMORIGIN :: Create at a custom origin, but don't follow
    • "start_at_attachment" :: PATTACH_POINT :: Create on attachment point, but don't follow
    • "follow_attachment" :: PATTACH_POINT_FOLLOW :: Create on attachment point, and update to follow the entity
      • From particle_prase.h

using this as a scratch pad before rolling it into the main article --Grash 18:51, 15 February 2009 (UTC)