InitRotation Property

Usage:
   ObjectTemplate.InitRotation CRD

Argument values:

argument 1:    CRD, e.g. CRD_EXPONENTIAL/0/180/1, CRD_NONE/0/0/0, CRD_NONE/0/180/0, CRD_NONE/0/180/1, CRD_NONE/1/0/0, CRD_NONE/1/150/1, CRD_NONE/1/180/1, CRD_NONE/1/360/1, CRD_NONE/180/0/0, CRD_NONE/90/0/0, CRD_NONE/90/0/1, CRD_NORMAL/0/180/0, ...

Description: Argument 1 is a CRD type.

Related properties: ColorRGBAOverTime, DestBlendMode, GravityModifier, Size, SizeOverTime, Texture

Used in object types (and how often in each type): SpriteParticle (99%)

Used in a total of 334 .con files: Effects.con

Parent directory of these .con files: objects/Effects

Example: (from objects/Effects/e_MuzzThomp/Effects.con)
   rem *** fx_Muzzthomp_glow ***
   ObjectTemplate.Create SpriteParticle fx_Muzzthomp_glow
   ObjectTemplate.TimeToLive CRD_NONE/0.07/0.07/0
   ObjectTemplate.Size CRD_NONE/0.17/0/0
   ObjectTemplate.GravityModifier CRD_NONE/0/0/0
   ObjectTemplate.Texture e_fire4
   ObjectTemplate.InitRotation CRD_NONE/1/0/0
   ObjectTemplate.DestBlendMode BMOne
   ObjectTemplate.ColorRGBAOverTime 0/255/255/128/255|77/255/157/29/172|100/255/128/0/65


Go to the ObjectTemplate properties list page, ObjectTemplate page, All Properties list, or Main scripting page.