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

Method sDestroyEffect

XBOBTFF/FFDriver.cpp:741–744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

739}
740
741HRESULT FeedbackXBOBT::sDestroyEffect(void * self, FFEffectDownloadID downloadID)
742{
743 return FeedbackXBOBT::getThis(self)->DestroyEffect(downloadID);
744}
745
746HRESULT FeedbackXBOBT::sDownloadEffect(void * self, CFUUIDRef effectType, FFEffectDownloadID *pDownloadID, FFEFFECT * pEffect, FFEffectParameterFlag flags)
747{

Callers

nothing calls this directly

Calls 1

DestroyEffectMethod · 0.45

Tested by

no test coverage detected