// // FMOD::Geometry::setPolygonAttributes from 0x1800a4680 to 0x1800a46d4 (84 bytes) // // 3 xrefs: // > FMOD_Geometry_SetPolygonAttributes @ 0x1800c6085 // > @ 0x180194348 // > @ 0x1801fb634 // // 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::Geometry::setPolygonAttributes(__int64 a1, int a2, __int64 a3, __int64 a4, char a5) { __int64 result; // rax int v7; // r8d int v8; // r9d __int64 v9; // [rsp+30h] [rbp-38h] BYREF result = sub_1800D4500(a1, &v9); if ( !(_DWORD)result ) return sub_1800D3AC0(v9, a2, v7, v8, a5); return result; }