// // FMOD_Geometry_GetMaxPolygons from 0x5179c to 0x517a8 (12 bytes) // // 4 xrefs: // > .FMOD_Geometry_GetMaxPolygons @ 0x1097ac // > @ 0x20e0 // > .FMOD_Geometry_GetMaxPolygons @ 0x1097a4 // > @ 0x111498 // // 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 // char *__fastcall FMOD_Geometry_GetMaxPolygons(FMOD::Geometry *a1, int *a2, int *a3) { if ( a1 ) return (char *)FMOD::Geometry::getMaxPolygons(a1, a2, a3); else return (char *)&off_18 + 7; }