Commit graph

8 commits

Author SHA1 Message Date
Janis 1badd4c698 proper enumeration of names and finding names in tabl e 2023-05-12 13:24:22 +02:00
Janis 406146e772 serial number accessor, moved weakptr to ark-sdk 2023-04-23 19:50:22 +02:00
Janis 813b0bdaf6 fixes
- get by index for objectarray
- tassetptr type
- lowercase function parameters to avoid aliasing with type names
- filter out empty packages
- fix objectflags for ark/ue4.5
2023-04-22 21:37:23 +02:00
Janis 0987e57963 renamed field getters, unsafe cast
- renamed field getter functions to just the field, and field_mut for &mut
getters
- made casting `unsafe` to make sure it explicitly is checked each time
- fixed injected types being NonNull<T>
2023-04-22 02:13:14 +02:00
Janis 720065242c made GObjects generic with respect to the object type 2023-04-22 01:19:15 +02:00
Janis f8f183c420 using pointer types now for every coreuobject type 2023-04-20 03:35:31 +02:00
Janis 41dbc1bdd0 safe object array 2023-04-18 01:07:00 +02:00
Janis 3d3b1b20c9 split into multiple files 2023-04-17 18:46:27 +02:00