File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,9 +69,17 @@ struct c_player_marketplace
6969 int32 m_subscription_details_cookie;
7070 int32 m_subscription_info_checked;
7171 bool m_subscription_info_valid;
72+
73+ // Status
74+ // 1: NeverSubscribed
75+ // 2: Subscribed
76+ // 3: SubscribedRenew
77+ // 4: Expired
7278 e_subscription_status m_subscription_status;
79+
7380 // NextOfferID
7481 uns64 m_subscription_next_offer_id;
82+
7583 // 0: HQButton
7684 // 1: HQMessage
7785 // 2: FileShareButton
@@ -81,23 +89,28 @@ struct c_player_marketplace
8189 // 6: CurrentlySubscribedMessage
8290 // 7: OverQuotaMessage
8391 c_static_wchar_string<256 > m_subscription_message[k_message_type_count];
92+
8493 // SubscriptionSecondsPast19700101
8594 uns64 m_subscription_expiration_time;
95+
8696 // SubscriptionHash
8797 int32 m_subscription_hash;
8898
89- // ODST, Bungie why isn't this a the end of the struct?
90-
9199 // PortalButton
92100 c_static_wchar_string<256 > m_extras_portal;
101+
93102 // PortalOfferCount
94103 int32 m_portal_offer_count;
104+
95105 // PortalOfferID
96106 uns64 m_portal_offer_id;
107+
97108 // PortalExecuteImageFilename
98109 c_static_string<256 > m_portal_execute_package_filename;
110+
99111 // PortalExecuteImageFilename
100112 c_static_string<256 > m_portal_execute_image_filename;
113+
101114 // PortalExecuteLaunchData
102115 uns64 m_portal_execute_launch_data;
103116
You can’t perform that action at this time.
0 commit comments