Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,15 @@ public unsafe partial struct AgentLookingForGroup {
[MemberFunction("40 55 53 41 54 41 57 48 8D AC 24 ?? ?? ?? ?? B8")]
public partial void PopulateListingData(Detailed* listingData);

/// <summary>
/// Populates the UI fields for AddonLookingForGroupCondition with data from <see cref="StoredRecruitmentInfo"/>.
/// </summary>
/// <remarks>
/// Doesn't seem to respect the role flags, but seems to respect everything else.
/// </remarks>
[MemberFunction("48 89 5C 24 ?? 48 89 74 24 ?? 48 89 7C 24 ?? 55 41 54 41 55 41 56 41 57 48 8D AC 24 ?? ?? ?? ?? B8 ?? ?? ?? ?? E8 ?? ?? ?? ?? 48 2B E0 48 8B 05 ?? ?? ?? ?? 48 33 C4 48 89 85 ?? ?? ?? ?? 8B 99")]
public partial void PopulateRecruitmentCriteriaPopup(bool a2, bool a3);

[StructLayout(LayoutKind.Explicit, Size = 0x78)]
public unsafe partial struct TreasureMapDetail {
[FieldOffset(0x00)] public Utf8String String;
Expand Down
7 changes: 4 additions & 3 deletions ida/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7204,7 +7204,7 @@ classes:
Client::Graphics::Render::Light:
vtbls:
- ea: 0x1421446C8
base: Client::Graphics::Render::RenderObject
base: Client::Graphics::Render::RenderObject
Client::Graphics::Render::Material:
vtbls:
- ea: 0x1421445A0
Expand Down Expand Up @@ -11287,7 +11287,7 @@ classes:
0x1409B3FE0: ShowLogMessageSourceObjectTargetObjectTextParameters
0x1409B42A0: ShowLogMessageSourceObjectTargetObject
0x1409B4670: ShowLogMessageSourceTarget
0x1409B4B60: ShowLogMessageSourceTargetTextParameters
0x1409B4B60: ShowLogMessageSourceTargetTextParameters
0x1409B55E0: GetChatTab
0x1409B5600: SetTabName
0x1409B57B0: GetTabName
Expand Down Expand Up @@ -13613,6 +13613,7 @@ classes:
0x14055A8A0: RequestListingsUpdate
0x14055AC00: RequestCategoryListings
0x14055CE80: PopulateListingData
0x1405564D0: PopulateRecruitmentCriteriaPopup
Client::UI::Agent::AgentContentsMvp:
vtbls:
- ea: 0x1421F1FD8
Expand Down Expand Up @@ -15914,7 +15915,7 @@ classes:
base: Client::UI::Agent::AgentInterface
funcs:
0x140A4A770: ctor
0x140A4C520: RenameBoard
0x140A4C520: RenameBoard
0x140A4C700: ContextMenuOptions
Client::UI::Agent::TofuListData:
funcs:
Expand Down
Loading