Skip to content
skzk edited this page Jan 21, 2024 · 11 revisions

A prefab slave item which is placed for the GaragePoint and BuyPoint spawn point types of a prefab model.

Item ID: 0x16 (22)
Item file: base

Structure

Field(s) Description
struct kdop_item

See k-DOP item.

Flags:
Bit 31: Always 1.

token city_name The city this is a garage for, as defined in /def/city.sii.
The map must contain a City item with the same token, or the game will log the error "Failed to find city for garage".
u32 buy_mode Determines if the point is a BuyPoint (1) or GaragePoint (0).
u64 node_uid The UID of the node of this item.
u64 prefab_link_uid The UID of the prefab this item is linked to.
u32 node_count
array_u64 node_uids

UIDs of nodes placed for the TrailerSpawn spawn point.

Clone this wiki locally