// // FMOD_Channel_IsPlaying from 0x1800c5740 to 0x1800c5777 (55 bytes) // // 3 xrefs: // > FMOD5_Channel_IsPlaying @ 0x1800f3dc0 // > @ 0x180194348 // > @ 0x1801fdf80 // // 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 // __int64 __fastcall FMOD_Channel_IsPlaying(__int64 a1, _DWORD *a2) { __int64 result; // rax char v4; // [rsp+30h] [rbp+8h] BYREF if ( !a1 ) return 31; result = FMOD::ChannelControl::isPlaying(a1, &v4); if ( a2 ) *a2 = v4 != 0; return result; }