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