yucad3d

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

DeclarationName
const Yu3dCommandArgs* argsargs
const char* namename
double fallbackfallback

Returns

double

Same group (Commands)

register_command_ex

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.