// // FMOD_Geometry_GetPolygonAttributes from 0x517e0 to 0x51818 (56 bytes) // // 4 xrefs: // > .FMOD_Geometry_GetPolygonAttributes @ 0x1097fc // > @ 0x3d18 // > .FMOD_Geometry_GetPolygonAttributes @ 0x1097f4 // > @ 0x1114c0 // // 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(FMOD::Geometry *a1, int a2, float *a3, float *a4, __int64 a5) { __int64 result; // x0 bool v7; // [xsp+Ch] [xbp-4h] BYREF if ( !a1 ) return 31; result = FMOD::Geometry::getPolygonAttributes(a1, a2, a3, a4, &v7); if ( a5 ) { if ( !(_DWORD)result ) return sub_519AC(result); } return result; }