yucad3d

register_command_ex

---- rich command registration (see Yu3dCommandDesc) ----

Prototype

void (*register_command_ex)(const Yu3dCommandDesc* desc)

Parameters

DeclarationName
const Yu3dCommandDesc* descdesc

Returns

void

Same group (Commands)

args_get

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