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

Method sDownloadEffect

XBOBTFF/FFDriver.cpp:746–749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

744}
745
746HRESULT FeedbackXBOBT::sDownloadEffect(void * self, CFUUIDRef effectType, FFEffectDownloadID *pDownloadID, FFEFFECT * pEffect, FFEffectParameterFlag flags)
747{
748 return FeedbackXBOBT::getThis(self)->DownloadEffect(effectType, pDownloadID, pEffect, flags);
749}
750
751HRESULT FeedbackXBOBT::sEscape(void * self, FFEffectDownloadID downloadID, FFEFFESCAPE * pEscape)
752{

Callers

nothing calls this directly

Calls 1

DownloadEffectMethod · 0.45

Tested by

no test coverage detected