Convenience wrappers that open the PDB internally for a single query. Use the PDB-handle API instead when making multiple queries on the same file.
◆ wows_assets_bin_bb_list_free()
◆ wows_assets_bin_get_blendbone_corrections()
| wows_assets_bin_bb_list_t * wows_assets_bin_get_blendbone_corrections |
( |
const char * |
path, |
|
|
const char ** |
model_paths, |
|
|
size_t |
n_paths |
|
) |
| |
Extract BlendBone correction matrices for a set of model paths.
- Parameters
-
| path | Filesystem path to assets.bin. |
| model_paths | Array of model path strings to look up. |
| n_paths | Length of model_paths. |
- Returns
- Heap-allocated list, or
NULL on failure. Free with wows_assets_bin_bb_list_free.
◆ wows_assets_bin_get_hp_transforms()
Extract hardpoint transforms for a visual, opening the PDB internally.
- Parameters
-
| path | Filesystem path to assets.bin. |
| visual_suffix | Suffix path of the target visual resource. |
- Returns
- Heap-allocated list, or
NULL on failure. Free with wows_assets_bin_hp_list_free.
◆ wows_assets_bin_hp_list_free()