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

Method sDownloadEffect

Feedback360/Feedback360.cpp:708–711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

706}
707
708HRESULT Feedback360::sDownloadEffect(void * self, CFUUIDRef effectType, FFEffectDownloadID *pDownloadID, FFEFFECT * pEffect, FFEffectParameterFlag flags)
709{
710 return Feedback360::getThis(self)->DownloadEffect(effectType, pDownloadID, pEffect, flags);
711}
712
713HRESULT Feedback360::sEscape(void * self, FFEffectDownloadID downloadID, FFEFFESCAPE * pEscape)
714{

Callers

nothing calls this directly

Calls 1

DownloadEffectMethod · 0.45

Tested by

no test coverage detected