File tree 4 files changed +29
-1
lines changed
FFXIVClientStructs/FFXIV/Client/Game
4 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1
1
using FFXIVClientStructs . FFXIV . Client . Game . InstanceContent ;
2
+ using FFXIVClientStructs . FFXIV . Client . Game . MassivePcContent ;
2
3
using FFXIVClientStructs . FFXIV . Client . Game . Object ;
3
4
using FFXIVClientStructs . FFXIV . Common . Lua ;
4
5
@@ -36,6 +37,9 @@ public unsafe partial struct EventFramework {
36
37
[ MemberFunction ( "E8 ?? ?? ?? ?? 48 8B D0 48 85 C0 74 ?? 80 B8" ) ]
37
38
public partial PublicContentDirector * GetPublicContentDirector ( ) ;
38
39
40
+ [ MemberFunction ( "E8 ?? ?? ?? ?? 48 85 F6 74 ?? 48 81 C6" ) ]
41
+ public partial MassivePcContentDirector * GetMassivePcContentDirector ( ) ;
42
+
39
43
[ MemberFunction ( "E8 ?? ?? ?? ?? 48 8B 4F 10 48 8B F0 48 8B 11 FF 52 40" ) ]
40
44
public static partial PublicContentDirector * GetPublicContentDirectorByType ( PublicContentDirectorType publicContentDirectorType ) ;
41
45
Original file line number Diff line number Diff line change @@ -153,6 +153,7 @@ public enum EventHandlerContent : ushort {
153
153
CompanyCraftDirector = 0x800B ,
154
154
SkyIslandDirector = 0x800C , // used in early phases of the Diadem
155
155
DpsChallengeDirector = 0x800D ,
156
+ MassivePcContentDirector = 0x800E ,
156
157
FateDirector = 0x801A
157
158
}
158
159
Original file line number Diff line number Diff line change
1
+ using FFXIVClientStructs . FFXIV . Client . Game . Event ;
2
+
3
+ namespace FFXIVClientStructs . FFXIV . Client . Game . MassivePcContent ;
4
+
5
+ // Client::Game::MassivePcContent::MassivePcContentDirector
6
+ // Client::Game::Event::Director
7
+ // Client::Game::Event::LuaEventHandler
8
+ // Client::Game::Event::EventHandler
9
+ [ GenerateInterop ( isInherited : true ) ]
10
+ [ Inherits < Director > ]
11
+ [ StructLayout ( LayoutKind . Explicit , Size = 0x900 ) ]
12
+ public unsafe partial struct MassivePcContentDirector ;
Original file line number Diff line number Diff line change @@ -14026,6 +14026,7 @@ classes:
14026
14026
0x1409E0950: GetContentFinderCondition
14027
14027
0x141654A10: GetPublicContentDirectorByType # static
14028
14028
0x140B45710: MaterializeItem
14029
+ 0x140B4BD00: GetMassivePcContentDirector
14029
14030
Client::Game::Event::EventHandlerModule:
14030
14031
vtbls:
14031
14032
- ea: 0x14206B2A8
@@ -15186,7 +15187,7 @@ classes:
15186
15187
0x141656780: ctor
15187
15188
Client::Game::InstanceContent::PublicContentTripleTriad:
15188
15189
vtbls:
15189
- - ea: 0x1422C9C68
15190
+ - ea: 0x14215A198
15190
15191
base: Client::Game::InstanceContent::PublicContentDirector
15191
15192
Client::Game::InstanceContent::PublicContentEureka:
15192
15193
vtbls:
@@ -15256,6 +15257,16 @@ classes:
15256
15257
vtbls:
15257
15258
- ea: 0x142163F00
15258
15259
base: Client::Game::InstanceContent::PublicContentDirector
15260
+ Client::Game::MassivePcContent::MassivePcContentDirector:
15261
+ vtbls:
15262
+ - ea: 0x1422C90F8
15263
+ base: Client::Game::Event::Director
15264
+ funcs:
15265
+ 0x1419647E0: ctor
15266
+ Client::Game::MassivePcContent::MassivePcContentCosmicExploration:
15267
+ vtbls:
15268
+ - ea: 0x1422C9C68
15269
+ base: Client::Game::MassivePcContent::MassivePcContentDirector
15259
15270
Client::UI::PopupMenu:
15260
15271
vtbls:
15261
15272
- ea: 0x142094938
You can’t perform that action at this time.
0 commit comments