Blender V4.5
bArgument Struct Reference

Public Attributes

bAKeykey
 
BA_ArgCallback func
 
void * data
 
bArgDocdoc
 

Detailed Description

Definition at line 49 of file BLI_args.cc.

Member Data Documentation

◆ data

void* bArgument::data

Definition at line 52 of file BLI_args.cc.

Referenced by BLI_args_parse(), and internalAdd().

◆ doc

bArgDoc* bArgument::doc

Definition at line 53 of file BLI_args.cc.

Referenced by BLI_args_print_arg_doc(), and internalAdd().

◆ func

BA_ArgCallback bArgument::func

Definition at line 51 of file BLI_args.cc.

Referenced by BLI_args_parse(), and internalAdd().

◆ key

bAKey* bArgument::key

Definition at line 50 of file BLI_args.cc.

Referenced by BLI_args_parse(), and internalAdd().


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