{"type": "func", "start": 6443259648, "end": 6443259703, "name": "FMOD_Channel_GetVolumeRamp", "pseudocode": "// \n// FMOD_Channel_GetVolumeRamp from 0x1800c5700 to 0x1800c5737 (55 bytes)\n// \n// 3 xrefs:\n// > FMOD5_Channel_GetVolumeRamp @ 0x1800f3db0\n// > <???> @ 0x180194348\n// > <???> @ 0x1801fdf74\n// \n// This function is hookable on this platform!\n// \n// Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA\n// Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings\n// \n\n__int64 __fastcall FMOD_Channel_GetVolumeRamp(__int64 a1, _DWORD *a2)\n{\n  __int64 result; // rax\n  char v4; // [rsp+30h] [rbp+8h] BYREF\n\n  if ( !a1 )\n    return 31;\n  result = FMOD::ChannelControl::getVolumeRamp(a1, (__int64)&v4);\n  if ( a2 )\n    *a2 = v4 != 0;\n  return result;\n}", "assembly": "; \n; FMOD_Channel_GetVolumeRamp from 0x1800c5700 to 0x1800c5737 (55 bytes)\n; \n; 3 xrefs:\n; > FMOD5_Channel_GetVolumeRamp @ 0x1800f3db0\n; > <???> @ 0x180194348\n; > <???> @ 0x1801fdf74\n; \n; This function is hookable on this platform!\n; \n; Using BromaIDA 8.0.0 @ https:;github.com/Stazzical/BromaIDA\n; Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https:;github.com/geode-sdk/bindings\n; \n\npush    rbx                                                            ; +0x0, 0x1800c5700\nsub     rsp, 20h                                                       ; +0x2, 0x1800c5702\nmov     rbx, rdx                                                       ; +0x6, 0x1800c5706\ntest    rcx, rcx                                                       ; +0x9, 0x1800c5709\njnz     short loc_1800C5717                                            ; +0xc, 0x1800c570c\nlea     eax, [rcx+1Fh]                                                 ; +0xe, 0x1800c570e\nadd     rsp, 20h                                                       ; +0x11, 0x1800c5711\npop     rbx                                                            ; +0x15, 0x1800c5715\nretn                                                                   ; +0x16, 0x1800c5716\nlea     rdx, [rsp+28h+arg_0]                                           ; +0x17, 0x1800c5717\ncall    ?getVolumeRamp@ChannelControl@FMOD@@QEAA?AW4FMOD_RESULT@@PEA_N@Z; FMOD::ChannelControl::getVolumeRamp(bool *) ; +0x1c, 0x1800c571c\ntest    rbx, rbx                                                       ; +0x21, 0x1800c5721\njz      short loc_1800C5731                                            ; +0x24, 0x1800c5724\nxor     ecx, ecx                                                       ; +0x26, 0x1800c5726\ncmp     [rsp+28h+arg_0], cl                                            ; +0x28, 0x1800c5728\nsetnz   cl                                                             ; +0x2c, 0x1800c572c\nmov     [rbx], ecx                                                     ; +0x2f, 0x1800c572f\nadd     rsp, 20h                                                       ; +0x31, 0x1800c5731\npop     rbx                                                            ; +0x35, 0x1800c5735\nretn                                                                   ; +0x36, 0x1800c5736", "xrefs": ["FMOD5_Channel_GetVolumeRamp @ 0x1800f3db0", "<???> @ 0x180194348", "<???> @ 0x1801fdf74"], "is_objc": false, "is_arm32": false, "is_arm64": false, "bida_info": "8.0.0 @ https://github.com/Stazzical/BromaIDA", "bindings_info": "commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings"}