r_u32
reader: return 1 on success, 0 on failure. r_str returns a pointer to host-owned memory valid only until the NEXT reader call — copy out what you need immediately.
This function shares its documentation with the rest of the Payload reader group above.
Prototype
int (*r_u32)(Yu3dReader*, uint32_t*)
Parameters
| Declaration | Name |
|---|---|
Yu3dReader* | — |
uint32_t* | — |
Returns
int
Same group (Payload reader)
Declared in sdk/include/yu3d_plugin.h. Reached through the host table: host->r_u32(…). Guard with YU3D_HOST_HAS(host, r_u32) if your plugin must also load in an older host.