MCPcopy Create free account
hub / github.com/K0lb3/UnityPy / read_typetree

Function read_typetree

UnityPy/helpers/TypeTreeHelper.py:123–158  ·  view source on GitHub ↗

Reads the typetree of the object contained in the reader via the node list. Parameters ---------- nodes : list List of nodes/nodes reader : EndianBinaryReader Reader of the object to be parsed Returns ------- dict | objects.Object The parsed typt

(
    root_node: TypeTreeNode,
    reader: EndianBinaryReader,
    as_dict: bool = True,
    byte_size: Optional[int] = None,
    check_read: bool = True,
    assetsfile: Optional[SerializedFile] = None,
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

TypeTreeConfigClass · 0.85
read_valueFunction · 0.85
read_bytesMethod · 0.80

Tested by

no test coverage detected