Blender V4.3
bArgument Struct Reference

Public Attributes

bAKeykey
BA_ArgCallback func
void * data
bArgDocdoc

Detailed Description

Definition at line 39 of file BLI_args.c.

Member Data Documentation

◆ data

void* bArgument::data

Definition at line 42 of file BLI_args.c.

Referenced by BLI_args_parse(), and internalAdd().

◆ doc

bArgDoc* bArgument::doc

Definition at line 43 of file BLI_args.c.

Referenced by BLI_args_print_arg_doc(), and internalAdd().

◆ func

BA_ArgCallback bArgument::func

Definition at line 41 of file BLI_args.c.

Referenced by BLI_args_parse(), and internalAdd().

◆ key

bAKey* bArgument::key

Definition at line 40 of file BLI_args.c.

Referenced by BLI_args_parse(), and internalAdd().


The documentation for this struct was generated from the following file: