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

Method sStartEffect

Feedback360/Feedback360.cpp:743–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741}
742
743HRESULT Feedback360::sStartEffect(void * self, FFEffectDownloadID downloadID, FFEffectStartFlag mode, UInt32 iterations)
744{
745 return Feedback360::getThis(self)->StartEffect(downloadID, mode, iterations);
746}
747
748HRESULT Feedback360::sStopEffect(void * self, UInt32 downloadID)
749{

Callers

nothing calls this directly

Calls 1

StartEffectMethod · 0.45

Tested by

no test coverage detected