// // FMOD::Geometry::setPolygonVertex from 0x1800a46e0 to 0x1800a4727 (71 bytes) // // 3 xrefs: // > FMOD_Geometry_SetPolygonVertex @ 0x1800c6099 // > @ 0x180194348 // > @ 0x1801fb640 // // 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::setPolygonVertex(__int64 a1, unsigned int a2, unsigned int a3, __int64 a4) { __int64 result; // rax _QWORD v8[3]; // [rsp+20h] [rbp-18h] BYREF result = sub_1800D4500(a1, v8); if ( !(_DWORD)result ) return sub_1800D3BA0(v8[0], a2, a3, a4); return result; }