SC2Mapster Wiki
Advertisement

CMover (Class)[ | ]

Properties[ | ]

  • Type : Movers
  • Read Access: Yes
  • Write Access: Yes

Information[ | ]

Needs further explanation...

Architecture[ | ]

CMover[ | ]

CMover
- HeightMap (EHeightMap)
- PathMode (EPathMode)
- PlacementArray[] (SPathingData)

CMoverAvoid[ | ]

CMoverAvoid
- HeightMap (EHeightMap)
- PathMode (EPathMode)
- PlacementArray[] (SPathingData)

CMoverFlock[ | ]

CMoverFlock
- HeightMap (EHeightMap)
- PathMode (EPathMode)
- PlacementArray[] (SPathingData)

CMoverMissile[ | ]

CMoverMissile
- HeightMap (EHeightMap)
- PathMode (EPathMode)
- PlacementArray[] (SPathingData)
+ MotionPhases[] (SMotionPhase)
   - Driver (EMotionDriverType)
   - Acceleration (CMissileAcceleration)
   - AccelerationRange (CMissileAcceleration)
   - Speed (CMissileSpeed)
   - SpeedRange (CMissileSpeed)
   - MinSpeed (CMissileSpeed)
   - MaxSpeed (CMissileSpeed)
   - Gravity (CFixed)
   - Clearance (CFixed)
   - ClearanceLookahead (CFixed)
   - IgnoresTerrain (flag)
   - TurnType (EMotionTurnType)
   - ActorTracking (EMotionActorTrackingType)
   - ArrivalTestType (EMotionArrivalTestType)
   - BlendType (EMotionBlendType)
   - Outro (CPhaseOutro)
   - RotationLaunchActorType (EMotionRotationLaunchActorType)
   - RotationActorType (EMotionRotationActorType)
   - Timeout (CFixed)
   - ThrowRotationType (EMotionThrowRotationType)
   - ThrowVector (C3fVector)
   - ThrowBandYaw (CThrowBand)
   - ThrowBandPitch (CThrowBand)
   - ThrowForward (C3fVector)
   - AdaptableParabolaIsUpright (flag)
   - AdaptableParabolaClearance (CVariatorGameFixed)
   - AdaptableParabolaDistances[] (CFixed)
   - AdaptableParabolaAccels[] (CMissileAcceleration)
   - YawPitchRoll (CYawPitchRoll)
   - YawPitchRollRange (CYawPitchRoll)
   - YawPitchRollAccel (CYawPitchRoll)
   - YawPitchRollAccelRange (CYawPitchRoll)
   - PowerslideAngle (CFangle)
   - PowerslideDecel (CMissileAcceleration)
   - FlightTime (CVariatorGameFixed)
   - OutroAltitude (CPhaseOutro)
   - Overlays[] (SMotionOverlayPhase)
+ MotionOverlays[] (SMotionOverlay)
   - Type (EMotionOverlayType)
   - Polarity (EMotionOverlayPolarity)
   - PolarityDriver (CDataSoupKey)
   - Axis (C3fVector)
   - Wavelength (CVariatorGameFixed)
   - WavelengthChangeProbability (CFixed)
   - RevolverSpeed (CFangleRateMissile)
   - RevolverSpeedRange (CFangleRateMissile)
   - RevolverMaxSpeed (CFangleRateMissile)
   - RevolverMaxSpeedRange (CFangleRateMissile)
   - RevolverAccel (CFangleAccelMissile)
   - RevolverAccelRange (CFangleAccelMissile)

CMoverNull[ | ]

CMoverNull
- HeightMap (EHeightMap)
- PathMode (EPathMode)
- PlacementArray[] (SPathingData)

Types used[ | ]

  • EHeightMap
  • EPathMode
  • SPathingData
  • SMotionPhase
  • SMotionOverlay
Advertisement