← Type index

ServerWaypoint::Payload

Object datagramWire order
0UpdateFlaguint32 · 4 bytes
1IsVisibleboolean · 1 byte
2WorldPositionWorldPosition · variable
3TexturePathstring · variable
4IconSizeVec2 · variable
5ColorColor · variable
6ClientPositionAuthorityboolean · 1 byte
7ActorUniqueIDActorUniqueID · variable

Fields

8 top-level fields
  1. 0UpdateFlagA bitflag uint used to map to which of the optional values in this payload should be updated.uint32
  2. 1IsVisibleoptionalBoolean used to tell the client if the Waypoint is visible or not.boolean
  3. 2WorldPositionoptionalThe Vec3 position and DimensionID of the waypoint.WorldPosition
    1. 0PositionThe Vec3 position in the dimension.Vec3
    2. 1DimensionTypeThe runtime id of the dimension.DimensionType
      1. 0valueCompressionvarint32
  4. 3TexturePathoptionalThe path used to select which texture the Waypoint displays.string
  5. 4IconSizeoptionalThe size of the icon that is displayed. Default: [1, 1]Vec2
  6. 5ColoroptionalThe color that the client with tint the waypoint texture.Color
    1. 0Colorint32
  7. 6ClientPositionAuthorityoptionalBoolean that if true the client will update the Waypoints position per tick.boolean
  8. 7ActorUniqueIDoptionalThe entity id that Waypoint will be attached to.ActorUniqueID
    1. 0Actor Unique IDCompressionvarint64

Packet references

1 reference
  1. LocatorBarPacket
    Waypoints › LocatorBarWaypointPayload › ServerWaypointPayload › ServerWaypoint::Payload

Changelog

Stable releases

Changes between stable protocol releases.

No stable release changes are recorded for this type.