yucad3d

w_str

writer: append to the node's payload frame

This function shares its documentation with the rest of the Payload writer group above.

Prototype

void (*w_str)(Yu3dWriter*, const char* s, uint32_t len)

Parameters

DeclarationName
Yu3dWriter*
const char* ss
uint32_t lenlen

Returns

void

Same group (Payload writer)

w_u8 · w_u32 · w_f64

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