MCPcopy Create free account
hub / github.com/360Controller/360Controller / FeedbackXBOEffect

Method FeedbackXBOEffect

XBOBTFF/FeedbackXBOEffect.cpp:17–22  ·  view source on GitHub ↗

---------------------------------------------------------------------------------------------- CEffect ----------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

15// CEffect
16//----------------------------------------------------------------------------------------------
17FeedbackXBOEffect::FeedbackXBOEffect() : Type(NULL), Status(0), PlayCount(0),
18StartTime(0), Index(0), LastTime(0), Handle(0), DiEffect({0}), DiEnvelope({0}),
19DiCustomForce({0}), DiConstantForce({0}), DiPeriodic({0}), DiRampforce({0})
20{
21
22}
23
24FeedbackXBOEffect::FeedbackXBOEffect(FFEffectDownloadID theHand) : FeedbackXBOEffect()
25{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected