Confirmedusers
510
edits
Mirotworez (talk | contribs) (Marked this version for translation) |
(Add link to Modding:Serialization_Formats) |
||
Line 2: | Line 2: | ||
<languages/><translate> | <languages/><translate> | ||
<!--T:1--> | <!--T:1--> | ||
A TreeAttribute is a nested data structure whose primary purpose is to | A TreeAttribute is a nested data structure whose primary purpose is to represent the tree attribute [[Modding:Serialization_Formats|serialization format]] in memory. It can hold generic data for most primitives, such as int, string, float, as well as more complex types like ItemStacks and other TreeAttributes (hence a nested structure). | ||
<!--T:2--> | <!--T:2--> |