MCPcopy Index your code
hub / github.com/K0lb3/UnityPy / write_typetree

Function write_typetree

UnityPy/helpers/TypeTreeHelper.py:161–179  ·  view source on GitHub ↗

Writes the typetree of the object contained in the reader via the node list. Parameters ---------- value: dict | objects.Object The object to be written nodes : list List of nodes/nodes writer : EndianBinaryWriter Writer of the object to be parsed

(
    value: Union[dict[str, Any], Object],
    root_node: TypeTreeNode,
    writer: EndianBinaryWriter,
    assetsfile: Optional[SerializedFile] = None,
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

test_simple_nodesFunction · 0.90
test_simple_nodes_arrayFunction · 0.90
test_class_node_dictFunction · 0.90
test_class_node_clzFunction · 0.90

Calls 2

TypeTreeConfigClass · 0.85
write_valueFunction · 0.85

Tested by 4

test_simple_nodesFunction · 0.72
test_simple_nodes_arrayFunction · 0.72
test_class_node_dictFunction · 0.72
test_class_node_clzFunction · 0.72