Blender
V3.3
|
Public Attributes | |
struct bArgDoc * | next |
struct bArgDoc * | prev |
const char * | short_arg |
const char * | long_arg |
const char * | documentation |
bool | done |
Definition at line 24 of file BLI_args.c.
const char* bArgDoc::documentation |
Definition at line 28 of file BLI_args.c.
bool bArgDoc::done |
Definition at line 29 of file BLI_args.c.
const char* bArgDoc::long_arg |
Definition at line 27 of file BLI_args.c.
struct bArgDoc* bArgDoc::next |
Definition at line 25 of file BLI_args.c.
struct bArgDoc * bArgDoc::prev |
Definition at line 25 of file BLI_args.c.
const char* bArgDoc::short_arg |
Definition at line 26 of file BLI_args.c.