MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / GFundType

Class GFundType

ghidra_scripts/gimport/gtypes.py:77–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76
77class GFundType(GType):
78 def __init__(self, id):
79 self.id = id
80 self.name = DW_FT_to_string(id)
81 assert self.name is not None, f"Unknown fund type: {id}"
82
83 def __str__(self):
84 return f"{self.name}"
85
86
87class GMember(GType):

Callers 5

import_infoFunction · 0.85
parse_typeFunction · 0.85
parse_type_from_dieMethod · 0.85
resolve_array_typesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected