You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FieldOffset(0x45E8)]publicUtf8StringDailySelectTitle;// Addon#102442 for SelectIconString
47
+
[FieldOffset(0x4650)]publicUtf8StringDailySelectSubTitle;// Addon#102443 for SelectIconString
48
+
[FieldOffset(0x46B8)]publicUtf8StringDailySelectAllowance;// formatted Addon#102444 for SelectIconString
46
49
47
50
[FieldOffset(0x476A),FixedSizeArray]internalFixedSizeArray8<Festival>_festivals;// copied from PlayerState, used by GPose (maybe more) to check if Fan Festival frames/stamps should be displayed
48
51
@@ -118,6 +121,19 @@ public void MaterializeItem(InventoryItem* itemSlot, MaterializeEntryId entryId)
/// Finds one or more <see cref="Director"/>(s) in <see cref="DirectorModule.DirectorList"/>
126
+
/// with a matching <paramref name="eventId"/>, and sets the data to the values provided
127
+
/// before calling <see cref="Director"/>.SetSequence and <see cref="Director"/>.Synchronize.
128
+
/// </summary>
129
+
/// <param name="eventId"><see cref="EventId"/> to look for in <see cref="DirectorModule.DirectorList"/>.</param>
130
+
/// <param name="sequence">Value to set in <see cref="Director.Sequence"/>.</param>
131
+
/// <param name="unknown">Value to set in <see cref="Director.Unknown2E9"/></param>
132
+
/// <param name="unionDataBuffer">Buffer that will be copied to <see cref="Director.UnionData"/>.</param>
133
+
/// <param name="length">The number of bytes that will be copied from <paramref name="unionDataBuffer"/>. The game always provides a value of 12, but it supports other values.</param>
/// <remarks> Only valid if <see cref="GameObject.ObjectKind"/> is <see cref="ObjectKind.BattleNpc"/> and <see cref="GameObject.BattleNpcSubKind"/> is <see cref="BattleNpcSubKind.Pet"/>. </remarks>
0 commit comments