// // FMOD::Geometry::getPolygonAttributes from 0x1800a4420 to 0x1800a4471 (81 bytes) // // 3 xrefs: // > FMOD_Geometry_GetPolygonAttributes @ 0x1800c5fad // > @ 0x180194348 // > @ 0x1801fb5bc // // 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::getPolygonAttributes(__int64 a1, int a2, int a3, int a4, __int64 a5) { __int64 result; // rax _QWORD v9[3]; // [rsp+30h] [rbp-18h] BYREF result = sub_1800D4500(a1, v9); if ( !(_DWORD)result ) return sub_1800D21F0(v9[0], a2, a3, a4, a5); return result; }