Spuckwaffel: Get Class Inheritance
Spuckwaffel via Parse · developer_tools
Get the inheritance chain (ancestors) and direct children for a specific class in a game dump. The chain lists classes from the target up to the root ancestor. Access game SDK dump data from Dumpspace, including classes, structs, enums, functions, and offsets for Unreal Engine games. Fulfilled by Parse from dumpspace.spuckwaffel.com.
- developer-tools
- dumpspace-spuckwaffel-com
- entertainment
- other
- parse
- platform-key
- spuckwaffel
Price and execution
- Price
- Quote unavailable
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/029aa06e-61ee-455b-9020-4e1a4e3bc678/get_class_inheritance
- Interface artifact
- sha256:6f758604d9cb1deeff21c3306c84f93f8095612d3833d9e494a93212af4c8a48
- Manifest digest
- sha256:9785a7fc9f2974c83f9401c7f226d402ef21a1a6f9eb04d93130fca349b9b181
Request fields
- hash (string, required): Game hash identifier from list_games or search_games results.
- class_name (string, required): Class name from list_classes results.
Example queries
- {"hash":"4bea9418","class_name":"AAIController"}