---------------------------------------------------------------------------------------------- CEffect ----------------------------------------------------------------------------------------------
| 15 | // CEffect |
| 16 | //---------------------------------------------------------------------------------------------- |
| 17 | FeedbackXBOEffect::FeedbackXBOEffect() : Type(NULL), Status(0), PlayCount(0), |
| 18 | StartTime(0), Index(0), LastTime(0), Handle(0), DiEffect({0}), DiEnvelope({0}), |
| 19 | DiCustomForce({0}), DiConstantForce({0}), DiPeriodic({0}), DiRampforce({0}) |
| 20 | { |
| 21 | |
| 22 | } |
| 23 | |
| 24 | FeedbackXBOEffect::FeedbackXBOEffect(FFEffectDownloadID theHand) : FeedbackXBOEffect() |
| 25 | { |
nothing calls this directly
no outgoing calls
no test coverage detected