// // FMOD::ChannelControl::getFadePoints from 0x107550 to 0x107560 (16 bytes) // // 2 xrefs: // > FMOD_Channel_GetFadePoints @ 0x50cb0 // > FMOD_ChannelGroup_GetFadePoints @ 0x51138 // // This function is hookable on this platform! // // Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA // Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings // // attributes: thunk __int64 __fastcall FMOD::ChannelControl::getFadePoints( FMOD::ChannelControl *this, unsigned int *a2, unsigned __int64 *a3, float *a4) { return _ZN4FMOD14ChannelControl13getFadePointsEPjPyPf(this, a2, a3, a4); }