RotationalSpeedInUp Property

Usage:
   ObjectTemplate.RotationalSpeedInUp CRD

Argument values:

argument 1:    CRD, e.g. CRD_NONE/0.1/0/0, CRD_NONE/0/0/0, CRD_NONE/1/0/0, CRD_NONE/10/0/0, CRD_NONE/25/0/0, CRD_NONE/30/0/0, CRD_UNIFORM/0/0/0, CRD_UNIFORM/0/2/1, CRD_UNIFORM/1/0/1, CRD_UNIFORM/1/10/0, CRD_UNIFORM/1/18/1, CRD_UNIFORM/1/20/0, ...

Description: Argument 1 is a CRD type.

Related properties: Intensity, PositionalSpeedInUp, StartRotation

Used in object types (and how often in each type): Emitter (20%)

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

Parent directory of these .con files: objects/Effects

Example: (from objects/Effects/e_shellM1Garand/Effects.con)
   rem -------------------------------------
   rem *** Em_ShellM1GarandD ***
   ObjectTemplate.Create Emitter Em_ShellM1GarandD
   ObjectTemplate.Template Fx_ShellM1GarandD
   ObjectTemplate.AddEmitterSpeed 1
   ObjectTemplate.EmitterSpeedScale 1
   ObjectTemplate.LodDistance 35
   ObjectTemplate.TimeToLive CRD_NONE/0.1/0/0
   ObjectTemplate.Intensity CRD_NONE/10/0/0
   ObjectTemplate.RelativePositionInRight CRD_UNIFORM/0/0/1
   ObjectTemplate.PositionalSpeedInDof CRD_UNIFORM/0/0/1
   ObjectTemplate.PositionalSpeedInUp CRD_UNIFORM/0.9/1.1/0
   ObjectTemplate.PositionalSpeedInRight CRD_UNIFORM/-0.4/-0.45/0
   ObjectTemplate.RotationalSpeedInDof CRD_UNIFORM/0/0/1
   ObjectTemplate.RotationalSpeedInUp CRD_UNIFORM/10/0/1
   ObjectTemplate.RotationalSpeedInRight CRD_UNIFORM/4/0/1
   ObjectTemplate.StartRotation CRD_NONE/150/0/0
   ObjectTemplate.ShowInThirdPerson 1


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