r_u8
---- 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. ----
Prototype
int (*r_u8)(Yu3dReader*, uint8_t*)
Parameters
| Declaration | Name |
|---|---|
Yu3dReader* | — |
uint8_t* | — |
Returns
int
Same group (Payload reader)
Declared in sdk/include/yu3d_plugin.h. Reached through the host table: host->r_u8(…). Guard with YU3D_HOST_HAS(host, r_u8) if your plugin must also load in an older host.