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

Method sStartEffect

XBOBTFF/FFDriver.cpp:781–784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

779}
780
781HRESULT FeedbackXBOBT::sStartEffect(void * self, FFEffectDownloadID downloadID, FFEffectStartFlag mode, UInt32 iterations)
782{
783 return FeedbackXBOBT::getThis(self)->StartEffect(downloadID, mode, iterations);
784}
785
786HRESULT FeedbackXBOBT::sStopEffect(void * self, UInt32 downloadID)
787{

Callers

nothing calls this directly

Calls 1

StartEffectMethod · 0.45

Tested by

no test coverage detected