register_command_ex
---- rich command registration (see Yu3dCommandDesc) ----
Prototype
void (*register_command_ex)(const Yu3dCommandDesc* desc)
Parameters
| Declaration | Name |
|---|---|
const Yu3dCommandDesc* desc | desc |
Returns
void
Same group (Commands)
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.