- summary: Where a sub-entity hangs off its parent look: pet, rider, carried entity, or decoration.
- area: Game.Common
- confidence: 0.81
Where a sub-entity hangs off its parent look: pet, rider, carried entity, or decoration.
- Kind enum
- Area Game.Common
- Named by beta
The category member of SubEntityInformation. It is what tells a mount's
rider apart from a pet apart from a carried entity, which is the only part of
the look tree most scripts care about.
NOTE THE GAP: value 5 is not declared. The numbering runs 0-4, then 6 and 7. Treat an unknown number as unhandled rather than mapping it onto a neighbour.
Not sent on its own — an enum is never sent on its own. inferred
Used by
Values
| Value | Number | Meaning |
|---|---|---|
HOOK_POINT_CATEGORY_UNUSED | 0 | Placeholder for an unset binding point. |
HOOK_POINT_CATEGORY_PET | 1 | A pet following its owner. |
HOOK_POINT_CATEGORY_MOUNT_DRIVER | 2 | The rider sitting on a mount. |
HOOK_POINT_CATEGORY_LIFTED_ENTITY | 3 | An entity being carried by another. |
HOOK_POINT_CATEGORY_BASE_BACKGROUND | 4 | Decoration drawn behind the entity. |
HOOK_POINT_CATEGORY_BASE_FOREGROUND | 6 | Decoration drawn in front of the entity. |
HOOK_POINT_CATEGORY_UNDERWATER_BUBBLES | 7 | The bubble effect used underwater. |
Recovered with score 206, confidence 0.81, margin 206 over the runner-up. A margin close to the score means nothing else came near; a thin margin means a decoy nearly won. Members recovered: 7 of 13.
Aucun avis à afficher.