Skip to content
Open
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
3 changes: 3 additions & 0 deletions FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentDetail.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ namespace FFXIVClientStructs.FFXIV.Client.UI.Agent;
public unsafe partial struct AgentDetail {
[FieldOffset(0x30)] public InfoProxyDetail* InfoProxyDetail;

// If true, syncs real data (e.g. OnlineStatus) to the agent for proper display in addons (e.g. SocialDetailA)
[FieldOffset(0x40)] public bool ShouldUpdate;

// Don't use these, as they are probably used for SocialDetail.
// See functions in PlayerState if you want to check these.
[FieldOffset(0x41)] internal bool IsBattleMentor;
Expand Down