args_get
Read a resolved form value by param name inside a run_args callback. Returns fallback if the name is absent. Bool = 0/1; Choice = index.
Prototype
double (*args_get)(const Yu3dCommandArgs* args, const char* name, double fallback)
Parameters
| Declaration | Name |
|---|---|
const Yu3dCommandArgs* args | args |
const char* name | name |
double fallback | fallback |
Returns
double
Same group (Commands)
Declared in sdk/include/yu3d_plugin.h. Reached through the host table: host->args_get(…). Guard with YU3D_HOST_HAS(host, args_get) if your plugin must also load in an older host.