Aller au contenu
Afficher dans l'application

Une meilleure façon de naviguer. En savoir plus.

Asterobot

Une application plein écran sur votre écran d'accueil avec notifications push, badges et plus encore.

Pour installer cette application sur iOS et iPadOS
  1. Appuyez sur Icône de partage dans Safari
  2. Faites défiler le menu et appuyez sur Ajouter à l'écran d'accueil.
  3. Appuyez sur Ajouter dans le coin supérieur droit.
Pour installer cette application sur Android
  1. Appuyez sur le menu à trois points (⋮) dans le coin supérieur droit du navigateur.
  2. Appuyez sur Ajouter à l'écran d'accueil ou Installer l'application.
  3. Confirmez en appuyant sur Installer.

EntityDisposition

(0 notes)
  • summary: Where an entity stands and which way it faces, optionally naming who is carrying it.
  • area: Game.Common
  • confidence: 0.93

Where an entity stands and which way it faces, optionally naming who is carrying it.

  • Kind struct
  • Area Game.Common
  • Named by beta, gamemapping

The positional half of ActorPositionInformation, and also sent on its own - as a bare list - to reposition entities already on the map.

cell_id IS A SINGLE GRID INDEX, NOT A COORDINATE PAIR. Everything in the map protocol addresses cells this way.

THREE OF THE FOUR MEMBERS HAVE EXPLICIT PRESENCE, SO ABSENT AND ZERO ARE DIFFERENT. Absent means unchanged; zero means cell 0, entity 0, or nobody. When this record arrives in a bare repositioning list, an absent member is the normal case, not an error.

entity_id is what makes a bare disposition addressable at all - it is the only thing saying which entity the list entry is about.

NOTHING ABOUT THE LAYOUT IS STABLE. Every member's field number moves across the dumped builds, and one build declares a SECOND field of the Direction enum beside the real one. Read by name.

Not sent on its own — it travels inside ActorPositionInformation or as an element of a bare disposition list. proven

Used by

Fields

#FieldTypeMeaningYou set it
1entity_idint64Which entity this position describes.
Explicit presence: absent is not the same as zero. (entity id)
It is what identifies the entry when the record travels in a bare list.
never
2directionDirectionThe entity's eight-way facing.
A Direction value.
One dumped build declares a second field of the same enum beside this one.
never
3carrying_character_idint64The character carrying this entity, when one entity is being carried by another.
Explicit presence: absent is not the same as zero. (actor id)
Absent means nobody is carrying it.
never
4cell_idint32The map cell the entity occupies.
Explicit presence: absent is not the same as zero. (map cell id)
A single grid index, not an x/y pair.
Absent means unchanged.
never

Recovered with score 285, confidence 0.93, margin 285 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: 4 of 4.

Commentaires des utilisateurs

Aucun avis à afficher.

Compte

Navigation

Recherche

Recherche

Configurer les notifications push du navigateur

Chrome (Android)
  1. Appuyez sur l'icône de cadenas à côté de la barre d'adresse.
  2. Tap Autorisations → Notifications.
  3. Ajustez vos préférences.
Chrome (Desktop)
  1. Cliquez sur l'icône représentant un cadenas dans la barre d'adresse..
  2. Select Paramètres du site.
  3. Find Notifications et ajustez vos préférences.