Skip to content

Trajectory

skzk edited this page Apr 24, 2026 · 2 revisions

Item ID: 0x29 (41)
Item file: base

Structure

Field(s) Description
struct kdop_item

See k-DOP item.

Flags:
Bit 0: Force this way
Bit 1: Low probability
Bit 3: Limit displacement
Bits 4-7: Blinker type
    0: No blinker
    1: No blinker forced
    2: Right blinker
    4: Left blinker
Bits 8-11: Priority modifier; 0 means none
Bit 12: Public
Bit 13: Parking spot
Bit 14: One way bonus
Bit 15: Spawning
Bit 16: Ignore cut planes

u32 node_count
array_u64 node_uids
UIDs of the nodes of this item.
token access_rule
u32 rules_count
array_struct rules
See Trajectory rule struct.
u32 checkpoints_count
array_struct checkpoints
Field(s) Description
token checkpoint_item_route
token checkpoint_item_token
u32 tags_count
array_struct item_tags
Tags.

Clone this wiki locally