style(D.2b): EquipMask polish — align FingerWearRight, note bit 31 (code review)
Code-quality review minors on Task 2: fix the missing space in the FingerWearRight= alignment and document why bit 31 (0x80000000, present only in the header's CLOTHING_LOC composite) has no named member. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
1810c71f5c
commit
6d65177357
1 changed files with 3 additions and 1 deletions
|
|
@ -61,6 +61,8 @@ public enum ItemType : uint
|
||||||
/// (docs/research/named-retail/acclient.h:3193; identical to ACE's EquipMask).
|
/// (docs/research/named-retail/acclient.h:3193; identical to ACE's EquipMask).
|
||||||
/// The wire (ValidLocations / CurrentWieldedLocation / WieldObject EquipLoc) delivers
|
/// The wire (ValidLocations / CurrentWieldedLocation / WieldObject EquipLoc) delivers
|
||||||
/// these exact bits. Pinned by EquipMaskTests — do NOT renumber.
|
/// these exact bits. Pinned by EquipMaskTests — do NOT renumber.
|
||||||
|
/// (The header's <c>CLOTHING_LOC</c> composite also sets bit 31, 0x80000000, which is
|
||||||
|
/// not a named INVENTORY_LOC primitive and has no member here; <c>ALL_LOC</c> tops out at bit 30.)
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Flags]
|
[Flags]
|
||||||
public enum EquipMask : uint
|
public enum EquipMask : uint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue