yucad3d

w_u8

---- writer: append to the node's payload frame ----

Prototype

void (*w_u8)(Yu3dWriter*, uint8_t)

Parameters

DeclarationName
Yu3dWriter*
uint8_tuint8_t

Returns

void

Same group (Payload writer)

w_u32 · w_f64 · w_str

Declared in sdk/include/yu3d_plugin.h. Reached through the host table: host->w_u8(…). Guard with YU3D_HOST_HAS(host, w_u8) if your plugin must also load in an older host.