File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
FFXIVClientStructs/FFXIV/Client/System/Resource Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,8 @@ public unsafe partial struct ResourceEventListener {
99
1010 // vfuncs 1-4 are virtuals that are specific to the classes that inherits this
1111
12- // unsure of what the function does but its specific to this class from what I find in the vtable references
13- // [VirtualFunction(3)]
14- // public partial void vf3(ResourceHandle* handle);
12+ [ VirtualFunction ( 3 ) ]
13+ public partial void Load ( Handle . ResourceHandle * handle ) ;
1514
1615 // looks similar to vf3 but seems to be a different function
1716 // [VirtualFunction(4)]
Original file line number Diff line number Diff line change @@ -4896,6 +4896,7 @@ classes:
48964896 - ea: 0x142013188
48974897 vfuncs:
48984898 0: Dtor
4899+ 3: Load
48994900 funcs:
49004901 0x1402ED630: ctor
49014902 Client::System::Resource::Handle::GrassGridDataResourceHandle:
You can’t perform that action at this time.
0 commit comments