Files
Mike Klaas 5774372924 Implement set_object_data, and add memory safety and correct offsets (#547)
* Correct `get_object_data` indexes

Currently they are raw offset pointers.  This does not work with CE since pointers are wide (64bit) on some (most) platforms.  So, we can treat these offsets like constants and return the appropriate fields instead.

There are already used for the most part as enum constants:
2026-07-15 21:12:33 -07:00
..
2026-04-28 22:36:50 -07:00
2026-05-13 15:09:43 -07:00
2026-05-13 15:09:43 -07:00
2026-06-16 22:22:53 -07:00
2026-06-17 06:11:08 +00:00
2026-04-19 14:24:51 -07:00
2026-05-10 10:15:50 -07:00