Tweak Inline Records

What's Inline8, and how do I change it?

Summary

Created: 22 May 2024 by manavortex Last documented update: 22 May 2024 by manavortex

What are inline records?

TL;DR: The names are generated at compile-time with every patch, so the order may change. Don't use them, rather create a full copy.

Sometimes, you will come across records with names like Items.Preset_Overture_River_inline0. That tells us exactly nothing, so what are they?

As we have learned in How to YAML: Tweak modding basics -> Records, it is possible to nest records like Russian dolls. Inline records are exactly that: nested records, which are not defined anywhere but in the context that uses them.

Browsing the tweak databasecontains the full intel on how to find your way around.

Let's take a quick look. This is the tweak as read from the Tweak DB:

If you want to use these effectors, you should define a copy in your yaml.

Last updated